diff --git a/go.mod b/go.mod index 8b23b2a..6cd6a41 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/simonpasquier/instrumented_app require ( github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect - github.com/prometheus/client_golang v1.7.1 + github.com/prometheus/client_golang v1.14.0 gopkg.in/alecthomas/kingpin.v2 v2.2.6 )