diff --git a/images/query-exposer/go.mod b/images/query-exposer/go.mod index bfbfc1f8aca32d34b56780895d1a1868bb43ceb1..b991657a65d2d07f774c016a05cc096a0c79f714 100644 --- a/images/query-exposer/go.mod +++ b/images/query-exposer/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( github.com/prometheus/client_golang v1.15.1 - github.com/prometheus/common v0.43.0 + github.com/prometheus/common v0.44.0 ) require ( diff --git a/images/query-exposer/go.sum b/images/query-exposer/go.sum index 016c6b06eefed392a1c5e1b71cae33cb8383c704..24504a2ce9b188f22b874a8b9b96661ab541e5ce 100644 --- a/images/query-exposer/go.sum +++ b/images/query-exposer/go.sum @@ -191,6 +191,8 @@ github.com/prometheus/common v0.42.0 h1:EKsfXEYo4JpWMHH5cg+KOUWeuJSov1Id8zGR8eeI github.com/prometheus/common v0.42.0/go.mod h1:xBwqVerjNdUDjgODMpudtOMwlOwf2SaTr1yjz4b7Zbc= github.com/prometheus/common v0.43.0 h1:iq+BVjvYLei5f27wiuNiB1DN6DYQkp1c8Bx0Vykh5us= github.com/prometheus/common v0.43.0/go.mod h1:NCvr5cQIh3Y/gy73/RdVtC9r8xxrxwJnB+2lB3BxrFc= +github.com/prometheus/common v0.44.0 h1:+5BrQJwiBB9xsMygAB3TNvpQKOwlkc25LbISbrdOOfY= +github.com/prometheus/common v0.44.0/go.mod h1:ofAIvZbQ1e/nugmZGz4/qCb9Ap1VoSTIO7x0VV9VvuY= github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= github.com/prometheus/procfs v0.1.3/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU= diff --git a/images/query-exposer/vendor/modules.txt b/images/query-exposer/vendor/modules.txt index 1b139e4bbfa47ca4e5afe04ce312e8a626da01a8..2cc202665d734d1af79f35e54af80bfcbee12e56 100644 --- a/images/query-exposer/vendor/modules.txt +++ b/images/query-exposer/vendor/modules.txt @@ -11,6 +11,6 @@ github.com/modern-go/reflect2 ## explicit; go 1.17 github.com/prometheus/client_golang/api github.com/prometheus/client_golang/api/prometheus/v1 -# github.com/prometheus/common v0.43.0 +# github.com/prometheus/common v0.44.0 ## explicit; go 1.18 github.com/prometheus/common/model