From 19d7558d9c74be0a482c8e212cb8254d8ab858a5 Mon Sep 17 00:00:00 2001
From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com>
Date: Mon, 8 May 2023 06:08:05 +0000
Subject: [PATCH] fix(deps): update module github.com/prometheus/common to
 v0.43.0

---
 images/query-exposer/go.mod             | 2 +-
 images/query-exposer/go.sum             | 2 ++
 images/query-exposer/vendor/modules.txt | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/images/query-exposer/go.mod b/images/query-exposer/go.mod
index 33fadf77a..bfbfc1f8a 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.42.0
+	github.com/prometheus/common v0.43.0
 )
 
 require (
diff --git a/images/query-exposer/go.sum b/images/query-exposer/go.sum
index e9964f653..016c6b06e 100644
--- a/images/query-exposer/go.sum
+++ b/images/query-exposer/go.sum
@@ -189,6 +189,8 @@ github.com/prometheus/common v0.41.0 h1:npo01n6vUlRViIj5fgwiK8vlNIh8bnoxqh3gypKs
 github.com/prometheus/common v0.41.0/go.mod h1:xBwqVerjNdUDjgODMpudtOMwlOwf2SaTr1yjz4b7Zbc=
 github.com/prometheus/common v0.42.0 h1:EKsfXEYo4JpWMHH5cg+KOUWeuJSov1Id8zGR8eeI1YM=
 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/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 f6b8f4cff..1b139e4bb 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.42.0
+# github.com/prometheus/common v0.43.0
 ## explicit; go 1.18
 github.com/prometheus/common/model
-- 
GitLab