Remove accidental gogo/protobuf import
Signed-off-by: beorn7 <beorn@soundcloud.com>
This commit is contained in:
parent
c4c1f3461e
commit
8c67c139e2
|
@ -19,7 +19,7 @@ import (
|
|||
"strings"
|
||||
"testing"
|
||||
|
||||
"github.com/gogo/protobuf/proto"
|
||||
"github.com/golang/protobuf/proto"
|
||||
|
||||
dto "github.com/prometheus/client_model/go"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue