From 20bb95f75a6d10112d35d3c4e2c3223ce81155f3 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 34d7bc3d65d1..000000000000 --- 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" -)