From 8c67c139e284d15287605f4d9bd69ca2fbee3195 Mon Sep 17 00:00:00 2001 From: beorn7 Date: Fri, 16 Nov 2018 13:23:08 +0100 Subject: [PATCH] Remove accidental gogo/protobuf import Signed-off-by: beorn7 --- prometheus/wrap_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/wrap_test.go b/prometheus/wrap_test.go index bed103e..28e2470 100644 --- a/prometheus/wrap_test.go +++ b/prometheus/wrap_test.go @@ -19,7 +19,7 @@ import ( "strings" "testing" - "github.com/gogo/protobuf/proto" + "github.com/golang/protobuf/proto" dto "github.com/prometheus/client_model/go" )