diff --git a/go.mod b/go.mod index b3c2126..4f605c6 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/alecthomas/kingpin/v2 v2.3.2 github.com/go-kit/log v0.2.1 github.com/prometheus/client_golang v1.16.0 - github.com/prometheus/common v0.44.0 + github.com/prometheus/common v0.62.0 github.com/prometheus/exporter-toolkit v0.10.0 github.com/stretchr/testify v1.8.4 )