Skip to content

Commit 7e9098b

Browse files
authored
Merge pull request #502 from prometheus/beorn7/testing
Remove accidental gogo/protobuf import
2 parents c4c1f34 + 8c67c13 commit 7e9098b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheus/wrap_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
"strings"
2020
"testing"
2121

22-
"github.com/gogo/protobuf/proto"
22+
"github.com/golang/protobuf/proto"
2323

2424
dto "github.com/prometheus/client_model/go"
2525
)

0 commit comments

Comments
 (0)