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
ce996d6d
Verified
Commit
ce996d6d
authored
1 year ago
by
Sheogorath
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/renovate/github.com-prometheus-client_golang-1.x'
parents
9f835460
b8819ce2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1098
fix(deps): update module github.com/prometheus/client_golang to v1.18.0
Changes
3
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
+5
-6
5 additions, 6 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
7 additions
and
8 deletions
images/query-exposer/go.mod
+
1
−
1
View file @
ce996d6d
...
...
@@ -3,7 +3,7 @@ module git.shivering-isles.com/shivering-isles/infrastructure-gitops/images/quer
go 1.19
require (
github.com/prometheus/client_golang v1.1
7
.0
github.com/prometheus/client_golang v1.1
8
.0
github.com/prometheus/common v0.45.0
)
...
...
This diff is collapsed.
Click to expand it.
images/query-exposer/go.sum
+
5
−
6
View file @
ce996d6d
...
...
@@ -8,7 +8,6 @@ github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/
github.com/jpillora/backoff v1.0.0 h1:uvFg412JmmHBHw7iwprIxkPMI+sGQ4kzOWsMeHnm2EA=
github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=
github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo=
github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 h1:jWpvCLoY8Z/e3VKvlsiIGKtc+UG6U5vzxaoagmhXfyg=
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=
...
...
@@ -18,18 +17,18 @@ github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjY
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f h1:KUppIJq7/+SVif2QVs3tOP0zanoHgBEVAwHxUSIzRqU=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/prometheus/client_golang v1.1
7
.0 h1:
rl2sfwZMtSthVU752MqfjQozy7blglC+1SOtjMAMh+Q
=
github.com/prometheus/client_golang v1.1
7
.0/go.mod h1:
VeL+gMmOAxkS2IqfCq0ZmHSL+LjWfWDUmp1mBz9JgUY
=
github.com/prometheus/client_model v0.
4.1-0.20230718164431-9a2bf3000d16 h1:v7DLqVdK4VrYkVD5diGdl4sxJurKJEMnODWRJlxV9oM
=
github.com/prometheus/client_golang v1.1
8
.0 h1:
HzFfmkOzH5Q8L8G+kSJKUx5dtG87sewO+FoDDqP5Tbk
=
github.com/prometheus/client_golang v1.1
8
.0/go.mod h1:
T+GXkCk5wSJyOqMIzVgvvjFDlkOQntgjkJWKrN5txjA
=
github.com/prometheus/client_model v0.
5.0 h1:VQw1hfvPvk3Uv6Qf29VrPF32JB6rtbgI6cYPYQjL0Qw
=
github.com/prometheus/common v0.45.0 h1:2BGz0eBc2hdMDLnO/8n0jeB3oPrt2D08CekT0lneoxM=
github.com/prometheus/common v0.45.0/go.mod h1:YJmSTw9BoKxJplESWWxlbyttQR4uaEcGyv9MZjVOJsY=
github.com/prometheus/procfs v0.1
1.1
h1:
xRC8Iq1yyca5ypa9n1EZnWZkt7dwcoRPQwX/5gwaUuI
=
github.com/prometheus/procfs v0.1
2.0
h1:
jluTpSng7V9hY0O2R9DzzJHYb2xULk9VTR1V1R/k6Bo
=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q=
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=
golang.org/x/oauth2 v0.12.0 h1:smVPGxink+n1ZI5pkQa8y6fZT0RW0MgCO5bFpepy4B4=
golang.org/x/sys v0.1
3
.0 h1:
Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE
=
golang.org/x/sys v0.1
5
.0 h1:
h48lPFYpsTvQJZF4EKyI4aLHaev3CxivZmv7yZig9pc
=
golang.org/x/text v0.13.0 h1:ablQoSUd0tRdKxZewP80B+BaqeKJuVhuRxj/dkrun3k=
google.golang.org/appengine v1.6.7 h1:FZR1q0exgwxzPzp/aF+VccGrSfxfPpkBqjIIEq3ru6c=
google.golang.org/protobuf v1.31.0 h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8=
...
...
This diff is collapsed.
Click to expand it.
images/query-exposer/vendor/modules.txt
+
1
−
1
View file @
ce996d6d
...
...
@@ -7,7 +7,7 @@ github.com/modern-go/concurrent
# github.com/modern-go/reflect2 v1.0.2
## explicit; go 1.12
github.com/modern-go/reflect2
# github.com/prometheus/client_golang v1.1
7
.0
# github.com/prometheus/client_golang v1.1
8
.0
## explicit; go 1.19
github.com/prometheus/client_golang/api
github.com/prometheus/client_golang/api/prometheus/v1
...
...
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