We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb9b085 + b9507de commit ab4b2dcCopy full SHA for ab4b2dc
go.mod
@@ -6,11 +6,11 @@ require (
6
github.com/davecgh/go-spew v1.1.1
7
github.com/matttproud/golang_protobuf_extensions v1.0.4
8
github.com/prometheus/client_model v0.5.0
9
- github.com/prometheus/common v0.44.0
+ github.com/prometheus/common v0.45.0
10
)
11
12
require (
13
github.com/golang/protobuf v1.5.3 // indirect
14
- github.com/google/go-cmp v0.5.9 // indirect
+ github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
15
google.golang.org/protobuf v1.31.0 // indirect
16
0 commit comments