Merge pull request #502 from prometheus/beorn7/testing

Remove accidental gogo/protobuf import
This commit is contained in:
Björn Rabenstein 2018-11-16 14:08:16 +01:00 committed by GitHub
commit 7e9098b20f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
)