Skip to content

Commit 8263dda

Browse files
Bump github.com/prometheus/client_golang from 1.18.0 to 1.20.4
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.18.0 to 1.20.4. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.18.0...v1.20.4) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 356c904 commit 8263dda

File tree

2 files changed

+55
-57
lines changed

2 files changed

+55
-57
lines changed

go.mod

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@ require (
2121
github.com/go-logr/logr v1.4.1
2222
github.com/golang/mock v1.6.0
2323
github.com/google/go-cmp v0.6.0
24+
github.com/google/uuid v1.3.0
2425
github.com/onsi/ginkgo/v2 v2.17.1
2526
github.com/onsi/gomega v1.32.0
2627
github.com/pkg/errors v0.9.1
27-
github.com/prometheus/client_golang v1.18.0
28+
github.com/prometheus/client_golang v1.20.4
2829
github.com/spf13/pflag v1.0.5
29-
github.com/stretchr/testify v1.8.4
30+
github.com/stretchr/testify v1.9.0
3031
go.uber.org/zap v1.26.0
3132
golang.org/x/time v0.3.0
3233
gomodules.xyz/jsonpatch/v2 v2.4.0
@@ -64,7 +65,7 @@ require (
6465
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.4 // indirect
6566
github.com/aws/aws-sdk-go-v2/service/sts v1.30.3 // indirect
6667
github.com/beorn7/perks v1.0.1 // indirect
67-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
68+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
6869
github.com/chai2010/gettext-go v1.0.2 // indirect
6970
github.com/containerd/containerd v1.7.12 // indirect
7071
github.com/containerd/log v0.1.0 // indirect
@@ -102,7 +103,6 @@ require (
102103
github.com/google/gofuzz v1.2.0 // indirect
103104
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
104105
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
105-
github.com/google/uuid v1.3.0 // indirect
106106
github.com/gorilla/mux v1.8.0 // indirect
107107
github.com/gorilla/websocket v1.5.0 // indirect
108108
github.com/gosuri/uitable v0.0.4 // indirect
@@ -117,7 +117,7 @@ require (
117117
github.com/jmoiron/sqlx v1.3.5 // indirect
118118
github.com/josharian/intern v1.0.0 // indirect
119119
github.com/json-iterator/go v1.1.12 // indirect
120-
github.com/klauspost/compress v1.16.0 // indirect
120+
github.com/klauspost/compress v1.17.9 // indirect
121121
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
122122
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
123123
github.com/lib/pq v1.10.9 // indirect
@@ -142,9 +142,9 @@ require (
142142
github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
143143
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
144144
github.com/pmezard/go-difflib v1.0.0 // indirect
145-
github.com/prometheus/client_model v0.5.0 // indirect
146-
github.com/prometheus/common v0.48.0 // indirect
147-
github.com/prometheus/procfs v0.12.0 // indirect
145+
github.com/prometheus/client_model v0.6.1 // indirect
146+
github.com/prometheus/common v0.55.0 // indirect
147+
github.com/prometheus/procfs v0.15.1 // indirect
148148
github.com/rubenv/sql-migrate v1.5.2 // indirect
149149
github.com/russross/blackfriday/v2 v2.1.0 // indirect
150150
github.com/sanity-io/litter v1.5.5 // indirect
@@ -168,19 +168,18 @@ require (
168168
go.opentelemetry.io/otel/trace v1.19.0 // indirect
169169
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
170170
go.uber.org/multierr v1.11.0 // indirect
171-
golang.org/x/crypto v0.21.0 // indirect
171+
golang.org/x/crypto v0.24.0 // indirect
172172
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
173-
golang.org/x/net v0.23.0 // indirect
174-
golang.org/x/oauth2 v0.16.0 // indirect
175-
golang.org/x/sync v0.6.0 // indirect
176-
golang.org/x/sys v0.18.0 // indirect
177-
golang.org/x/term v0.18.0 // indirect
178-
golang.org/x/text v0.14.0 // indirect
179-
golang.org/x/tools v0.18.0 // indirect
180-
google.golang.org/appengine v1.6.7 // indirect
173+
golang.org/x/net v0.26.0 // indirect
174+
golang.org/x/oauth2 v0.21.0 // indirect
175+
golang.org/x/sync v0.7.0 // indirect
176+
golang.org/x/sys v0.22.0 // indirect
177+
golang.org/x/term v0.21.0 // indirect
178+
golang.org/x/text v0.16.0 // indirect
179+
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
181180
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
182181
google.golang.org/grpc v1.58.3 // indirect
183-
google.golang.org/protobuf v1.33.0 // indirect
182+
google.golang.org/protobuf v1.34.2 // indirect
184183
gopkg.in/inf.v0 v0.9.1 // indirect
185184
gopkg.in/yaml.v2 v2.4.0 // indirect
186185
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)