Skip to content

Commit

Permalink
remove final dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
thorfour committed Aug 19, 2021
1 parent ee0e141 commit 0c2cce6
Show file tree
Hide file tree
Showing 10 changed files with 366 additions and 515 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,12 @@ proto/generate:
buf generate --path=./proto/query
buf generate --path=./proto/profilestore
buf generate --path=./proto/debuginfo
buf generate --path=./proto/google/api
buf generate --path=./proto/google/pprof

.PHONY: proto/vendor
proto/vendor:
mkdir -p proto/google/api
buf mod update
mkdir -p proto/google/pprof
curl https://raw.githubusercontent.com/protocolbuffers/protobuf/master/src/google/protobuf/timestamp.proto > proto/google/api/timestamp.proto
curl https://raw.githubusercontent.com/google/pprof/master/proto/profile.proto > proto/google/pprof/profile.proto

.PHONY: container
Expand Down
78 changes: 39 additions & 39 deletions proto/gen/go/profilestore/profilestore.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0c2cce6

Please sign in to comment.