Skip to content

Commit fd65875

Browse files
authored
Merge pull request #46 from Altinity/dependabot/go_modules/github.com/prometheus/client_golang-1.21.0
build(deps): bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0
2 parents 61a1f91 + e2562ac commit fd65875

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/cenkalti/backoff/v4 v4.3.0
88
github.com/containers/image/v5 v5.34.0
99
github.com/jellydator/ttlcache/v3 v3.3.0
10-
github.com/prometheus/client_golang v1.20.5
10+
github.com/prometheus/client_golang v1.21.0
1111
github.com/rs/zerolog v1.33.0
1212
github.com/spf13/cast v1.7.1
1313
github.com/spf13/cobra v1.9.1
@@ -87,7 +87,7 @@ require (
8787
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
8888
github.com/proglottis/gpgme v0.1.4 // indirect
8989
github.com/prometheus/client_model v0.6.1 // indirect
90-
github.com/prometheus/common v0.61.0 // indirect
90+
github.com/prometheus/common v0.62.0 // indirect
9191
github.com/prometheus/procfs v0.15.1 // indirect
9292
github.com/rivo/uniseg v0.4.7 // indirect
9393
github.com/sagikazarmark/locafero v0.6.0 // indirect

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,12 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRI
171171
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
172172
github.com/proglottis/gpgme v0.1.4 h1:3nE7YNA70o2aLjcg63tXMOhPD7bplfE5CBdV+hLAm2M=
173173
github.com/proglottis/gpgme v0.1.4/go.mod h1:5LoXMgpE4bttgwwdv9bLs/vwqv3qV7F4glEEZ7mRKrM=
174-
github.com/prometheus/client_golang v1.20.5 h1:cxppBPuYhUnsO6yo/aoRol4L7q7UFfdm+bR9r+8l63Y=
175-
github.com/prometheus/client_golang v1.20.5/go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE=
174+
github.com/prometheus/client_golang v1.21.0 h1:DIsaGmiaBkSangBgMtWdNfxbMNdku5IK6iNhrEqWvdA=
175+
github.com/prometheus/client_golang v1.21.0/go.mod h1:U9NM32ykUErtVBxdvD3zfi+EuFkkaBvMb09mIfe0Zgg=
176176
github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E=
177177
github.com/prometheus/client_model v0.6.1/go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY=
178-
github.com/prometheus/common v0.61.0 h1:3gv/GThfX0cV2lpO7gkTUwZru38mxevy90Bj8YFSRQQ=
179-
github.com/prometheus/common v0.61.0/go.mod h1:zr29OCN/2BsJRaFwG8QOBr41D6kkchKbpeNH7pAjb/s=
178+
github.com/prometheus/common v0.62.0 h1:xasJaQlnWAeyHdUBeGjXmutelfJHWMRr+Fg4QszZ2Io=
179+
github.com/prometheus/common v0.62.0/go.mod h1:vyBcEuLSvWos9B1+CyL7JZ2up+uFzXhkqml0W5zIY1I=
180180
github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc=
181181
github.com/prometheus/procfs v0.15.1/go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk=
182182
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=

0 commit comments

Comments
 (0)