Skip to content

Commit 0127806

Browse files
fix(deps): update module github.com/prometheus/client_golang to v1.21.0
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent f6879da commit 0127806

File tree

410 files changed

+46585
-17948
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

410 files changed

+46585
-17948
lines changed

go.mod

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
module open-cluster-management.io/cluster-proxy
22

3-
go 1.19
3+
go 1.21
4+
5+
toolchain go1.22.9
46

57
require (
68
github.com/onsi/ginkgo/v2 v2.6.0
79
github.com/onsi/gomega v1.24.1
810
github.com/openshift/library-go v0.0.0-20220525173854-9b950a41acdc
911
github.com/pkg/errors v0.9.1
10-
github.com/prometheus/client_golang v1.14.0
12+
github.com/prometheus/client_golang v1.21.0
1113
github.com/stolostron/cluster-lifecycle-api v0.0.0-20230829070855-cd9b187cca82
12-
github.com/stretchr/testify v1.8.1
14+
github.com/stretchr/testify v1.10.0
1315
google.golang.org/grpc v1.49.0
1416
k8s.io/api v0.26.7
1517
k8s.io/apimachinery v0.26.7
@@ -30,7 +32,7 @@ require (
3032
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
3133
github.com/beorn7/perks v1.0.1 // indirect
3234
github.com/blang/semver/v4 v4.0.0 // indirect
33-
github.com/cespare/xxhash/v2 v2.1.2 // indirect
35+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3436
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
3537
github.com/davecgh/go-spew v1.1.1 // indirect
3638
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
@@ -48,25 +50,25 @@ require (
4850
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
4951
github.com/golang/protobuf v1.5.2 // indirect
5052
github.com/google/gnostic v0.5.7-v3refs // indirect
51-
github.com/google/go-cmp v0.5.9 // indirect
53+
github.com/google/go-cmp v0.6.0 // indirect
5254
github.com/google/gofuzz v1.2.0 // indirect
5355
github.com/google/uuid v1.3.0 // indirect
5456
github.com/huandu/xstrings v1.3.3 // indirect
5557
github.com/imdario/mergo v0.3.12 // indirect
5658
github.com/josharian/intern v1.0.0 // indirect
5759
github.com/json-iterator/go v1.1.12 // indirect
60+
github.com/klauspost/compress v1.17.11 // indirect
5861
github.com/mailru/easyjson v0.7.6 // indirect
59-
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
6062
github.com/mitchellh/copystructure v1.2.0 // indirect
6163
github.com/mitchellh/reflectwalk v1.0.2 // indirect
6264
github.com/moby/spdystream v0.2.0 // indirect
6365
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
6466
github.com/modern-go/reflect2 v1.0.2 // indirect
6567
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6668
github.com/pmezard/go-difflib v1.0.0 // indirect
67-
github.com/prometheus/client_model v0.3.0 // indirect
68-
github.com/prometheus/common v0.37.0 // indirect
69-
github.com/prometheus/procfs v0.8.0 // indirect
69+
github.com/prometheus/client_model v0.6.1 // indirect
70+
github.com/prometheus/common v0.62.0 // indirect
71+
github.com/prometheus/procfs v0.15.1 // indirect
7072
github.com/shopspring/decimal v1.2.0 // indirect
7173
github.com/spf13/cast v1.4.1 // indirect
7274
github.com/spf13/pflag v1.0.5 // indirect
@@ -78,15 +80,14 @@ require (
7880
go.uber.org/zap v1.24.0 // indirect
7981
golang.org/x/crypto v0.32.0 // indirect
8082
golang.org/x/net v0.34.0 // indirect
81-
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
83+
golang.org/x/oauth2 v0.24.0 // indirect
8284
golang.org/x/sys v0.29.0 // indirect
8385
golang.org/x/term v0.28.0 // indirect
8486
golang.org/x/text v0.21.0 // indirect
8587
golang.org/x/time v0.3.0 // indirect
8688
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
87-
google.golang.org/appengine v1.6.7 // indirect
8889
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect
89-
google.golang.org/protobuf v1.28.1 // indirect
90+
google.golang.org/protobuf v1.36.1 // indirect
9091
gopkg.in/inf.v0 v0.9.1 // indirect
9192
gopkg.in/yaml.v2 v2.4.0 // indirect
9293
gopkg.in/yaml.v3 v3.0.1 // indirect

go.sum

Lines changed: 34 additions & 356 deletions
Large diffs are not rendered by default.

vendor/github.com/cespare/xxhash/v2/README.md

Lines changed: 19 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cespare/xxhash/v2/testall.sh

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cespare/xxhash/v2/xxhash.go

Lines changed: 39 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)