Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Infrastructure GitOps
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Shivering-Isles
Infrastructure GitOps
Commits
47b3adc3
Commit
47b3adc3
authored
1 year ago
by
Botaniker (Bot)
Browse files
Options
Downloads
Patches
Plain Diff
fix(deps): update module github.com/prometheus/common to v0.44.0
parent
8e2e4480
Branches
Branches containing commit
Tags
24.92.0
Tags containing commit
1 merge request
!684
fix(deps): update module github.com/prometheus/common to v0.44.0
Pipeline
#17442
passed
1 year ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
images/query-exposer/go.mod
+1
-1
1 addition, 1 deletion
images/query-exposer/go.mod
images/query-exposer/go.sum
+2
-0
2 additions, 0 deletions
images/query-exposer/go.sum
images/query-exposer/vendor/modules.txt
+1
-1
1 addition, 1 deletion
images/query-exposer/vendor/modules.txt
with
4 additions
and
2 deletions
images/query-exposer/go.mod
+
1
−
1
View file @
47b3adc3
...
@@ -4,7 +4,7 @@ go 1.19
...
@@ -4,7 +4,7 @@ go 1.19
require (
require (
github.com/prometheus/client_golang v1.15.1
github.com/prometheus/client_golang v1.15.1
github.com/prometheus/common v0.4
3
.0
github.com/prometheus/common v0.4
4
.0
)
)
require (
require (
...
...
This diff is collapsed.
Click to expand it.
images/query-exposer/go.sum
+
2
−
0
View file @
47b3adc3
...
@@ -191,6 +191,8 @@ github.com/prometheus/common v0.42.0 h1:EKsfXEYo4JpWMHH5cg+KOUWeuJSov1Id8zGR8eeI
...
@@ -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.42.0/go.mod h1:xBwqVerjNdUDjgODMpudtOMwlOwf2SaTr1yjz4b7Zbc=
github.com/prometheus/common v0.43.0 h1:iq+BVjvYLei5f27wiuNiB1DN6DYQkp1c8Bx0Vykh5us=
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.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.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.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA=
github.com/prometheus/procfs v0.1.3/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU=
github.com/prometheus/procfs v0.1.3/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU=
...
...
This diff is collapsed.
Click to expand it.
images/query-exposer/vendor/modules.txt
+
1
−
1
View file @
47b3adc3
...
@@ -11,6 +11,6 @@ github.com/modern-go/reflect2
...
@@ -11,6 +11,6 @@ github.com/modern-go/reflect2
## explicit; go 1.17
## explicit; go 1.17
github.com/prometheus/client_golang/api
github.com/prometheus/client_golang/api
github.com/prometheus/client_golang/api/prometheus/v1
github.com/prometheus/client_golang/api/prometheus/v1
# github.com/prometheus/common v0.4
3
.0
# github.com/prometheus/common v0.4
4
.0
## explicit; go 1.18
## explicit; go 1.18
github.com/prometheus/common/model
github.com/prometheus/common/model
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment