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.
1 parent 2c07f4c commit 0ddbe5eCopy full SHA for 0ddbe5e
go.mod
@@ -7,6 +7,7 @@ require (
7
github.com/google/logger v1.1.0
8
github.com/jessevdk/go-flags v1.4.0
9
github.com/prometheus/client_golang v1.7.1
10
- golang.org/x/sys v0.0.0-20200622214017-ed371f2e16b4 // indirect
+ github.com/prometheus/common v0.12.0 // indirect
11
+ golang.org/x/sys v0.0.0-20200814200057-3d37ad5750ed // indirect
12
google.golang.org/protobuf v1.25.0 // indirect
13
)
0 commit comments