We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a2d9f commit ae6f56bCopy full SHA for ae6f56b
go.mod
@@ -3,7 +3,7 @@ module github.com/simonpasquier/instrumented_app
3
require (
4
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
5
github.com/prometheus/client_golang v1.7.1
6
- gopkg.in/alecthomas/kingpin.v2 v2.2.6
+ gopkg.in/alecthomas/kingpin.v2 v2.3.2
7
)
8
9
go 1.13
0 commit comments