diff --git a/images/query-exposer/go.mod b/images/query-exposer/go.mod index bfd4c22b062b6c1d708c64c0dd861d89681d217c..698e4d150b6635fb63d1f83c7455bc56b4e53811 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.14.0 - github.com/prometheus/common v0.37.0 + github.com/prometheus/common v0.39.0 ) require ( diff --git a/images/query-exposer/go.sum b/images/query-exposer/go.sum index f6ca5c3a84a044b3aafcddf01bf7279e0363ceb2..5e619f42bfca68162a6ba37175744a6424170a70 100644 --- a/images/query-exposer/go.sum +++ b/images/query-exposer/go.sum @@ -179,6 +179,8 @@ github.com/prometheus/common v0.26.0/go.mod h1:M7rCNAaPfAosfx8veZJCuw84e35h3Cfd9 github.com/prometheus/common v0.32.1/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls= github.com/prometheus/common v0.37.0 h1:ccBbHCgIiT9uSoFY0vX8H3zsNR5eLt17/RQLUvn8pXE= github.com/prometheus/common v0.37.0/go.mod h1:phzohg0JFMnBEFGxTDbfu3QyL5GI8gTQJFhYO5B3mfA= +github.com/prometheus/common v0.39.0 h1:oOyhkDq05hPZKItWVBkJ6g6AtGxi+fy7F4JvUV8uhsI= +github.com/prometheus/common v0.39.0/go.mod h1:6XBZ7lYdLCbkAVhwRsWTZn+IN5AB9F/NXd5w0BbEX0Y= 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 d0655cd0a9fb772cacd361f87079ea1c0c9cf940..9b2471f2a5ca075466c6ff55ec89e3adfe8a39b5 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.37.0 -## explicit; go 1.16 +# github.com/prometheus/common v0.39.0 +## explicit; go 1.17 github.com/prometheus/common/model