Remove accidental gogo/protobuf import

Signed-off-by: beorn7 <beorn@soundcloud.com>
This commit is contained in:
beorn7 2018-11-16 13:23:08 +01:00
parent c4c1f3461e
commit 8c67c139e2
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import (
"strings"
"testing"
"github.com/gogo/protobuf/proto"
"github.com/golang/protobuf/proto"
dto "github.com/prometheus/client_model/go"
)