mirror of https://github.com/grafana/loki
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.pull/1317/head
parent
61b5bc6554
commit
20bb95f75a
@ -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" |
||||
) |
Loading…
Reference in new issue