Skip to content

Commit

Permalink
Update vendor/modules.txt and Makefile instruction.
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanGuedes committed Jan 10, 2022
1 parent b08e618 commit 866532c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ else
protoc -I ./vendor:./$(@D) --gogoslick_out=plugins=grpc:./vendor ./$(patsubst %.pb.go,%.proto,$@); \
;; \
*) \
protoc -I .:./vendor/github.com/gogo/protobuf:./vendor/github.com/thanos-io/thanos/pkg:./vendor:./$(@D) --gogoslick_out=Mgoogle/protobuf/timestamp.proto=github.com/gogo/protobuf/types,plugins=grpc,paths=source_relative:./ ./$(patsubst %.pb.go,%.proto,$@); \
protoc -I .:./vendor/github.com/gogo/protobuf:./vendor/github.com/thanos-io/thanos/pkg:./vendor:./$(@D) --gogoslick_out=Mgoogle/protobuf/any.proto=github.com/gogo/protobuf/types,Mgoogle/protobuf/timestamp.proto=github.com/gogo/protobuf/types,plugins=grpc,paths=source_relative:./ ./$(patsubst %.pb.go,%.proto,$@); \
;; \
esac
endif
Expand Down
7 changes: 0 additions & 7 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -277,13 +277,6 @@ github.com/cortexproject/cortex/pkg/querier/lazyquery
github.com/cortexproject/cortex/pkg/querier/queryrange
github.com/cortexproject/cortex/pkg/querier/series
github.com/cortexproject/cortex/pkg/querier/stats
github.com/cortexproject/cortex/pkg/ruler
github.com/cortexproject/cortex/pkg/ruler/rulespb
github.com/cortexproject/cortex/pkg/ruler/rulestore
github.com/cortexproject/cortex/pkg/ruler/rulestore/bucketclient
github.com/cortexproject/cortex/pkg/ruler/rulestore/configdb
github.com/cortexproject/cortex/pkg/ruler/rulestore/local
github.com/cortexproject/cortex/pkg/ruler/rulestore/objectclient
github.com/cortexproject/cortex/pkg/storage/bucket
github.com/cortexproject/cortex/pkg/storage/bucket/azure
github.com/cortexproject/cortex/pkg/storage/bucket/filesystem
Expand Down

0 comments on commit 866532c

Please sign in to comment.