From cb3503f59fa36bcdceeec5cb7c02d5bab15b45ad Mon Sep 17 00:00:00 2001 From: Edward Welch Date: Mon, 25 Nov 2019 13:51:28 -0500 Subject: [PATCH] Removing this file used to trick dep into importing packages, the second import already exists in the logproto.pb.go file and the first import is already imported other places in our code. This should fix the anyone using the logproto.pb.go file from registering a bunch of cortex metrics. --- pkg/logproto/dep.go | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 pkg/logproto/dep.go diff --git a/pkg/logproto/dep.go b/pkg/logproto/dep.go deleted file mode 100644 index 34d7bc3d65d17..0000000000000 --- a/pkg/logproto/dep.go +++ /dev/null @@ -1,7 +0,0 @@ -package logproto - -import ( - // trick dep into including this, needed by the generated code. - _ "github.com/cortexproject/cortex/pkg/chunk/storage" - _ "github.com/gogo/protobuf/types" -)