Skip to content

Commit 11fd6e3

Browse files
sutaakaropenshift-merge-bot[bot]
authored andcommitted
Update Prometheus dependencies to align with AppWrapper
1 parent 05a5ffd commit 11fd6e3

File tree

3 files changed

+47
-56
lines changed

3 files changed

+47
-56
lines changed

go.mod

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ require (
99
github.com/openshift/api v0.0.0-20230213134911-7ba313770556
1010
github.com/openshift/client-go v0.0.0-20221019143426-16aed247da5c
1111
github.com/project-codeflare/appwrapper v0.8.0
12-
github.com/prometheus/client_golang v1.18.0
13-
github.com/prometheus/common v0.45.0
12+
github.com/prometheus/client_golang v1.20.4
13+
github.com/prometheus/common v0.57.0
1414
github.com/ray-project/kuberay/ray-operator v1.1.0-alpha.0
1515
k8s.io/api v0.29.2
1616
k8s.io/apimachinery v0.29.2
@@ -22,7 +22,7 @@ require (
2222
github.com/aymerick/douceur v0.2.0 // indirect
2323
github.com/beorn7/perks v1.0.1 // indirect
2424
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
25-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
25+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2626
github.com/davecgh/go-spew v1.1.1 // indirect
2727
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
2828
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
@@ -46,28 +46,27 @@ require (
4646
github.com/josharian/intern v1.0.0 // indirect
4747
github.com/jpillora/backoff v1.0.0 // indirect
4848
github.com/json-iterator/go v1.1.12 // indirect
49+
github.com/klauspost/compress v1.17.9 // indirect
4950
github.com/mailru/easyjson v0.7.7 // indirect
50-
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
5151
github.com/microcosm-cc/bluemonday v1.0.18 // indirect
5252
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
5353
github.com/modern-go/reflect2 v1.0.2 // indirect
5454
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
5555
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
5656
github.com/pkg/errors v0.9.1 // indirect
57-
github.com/prometheus/client_model v0.5.0 // indirect
58-
github.com/prometheus/procfs v0.12.0 // indirect
57+
github.com/prometheus/client_model v0.6.1 // indirect
58+
github.com/prometheus/procfs v0.15.1 // indirect
5959
github.com/sirupsen/logrus v1.9.3 // indirect
6060
github.com/spf13/pflag v1.0.5 // indirect
6161
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
62-
golang.org/x/net v0.20.0 // indirect
63-
golang.org/x/oauth2 v0.12.0 // indirect
64-
golang.org/x/sys v0.16.0 // indirect
65-
golang.org/x/term v0.16.0 // indirect
66-
golang.org/x/text v0.14.0 // indirect
62+
golang.org/x/net v0.27.0 // indirect
63+
golang.org/x/oauth2 v0.21.0 // indirect
64+
golang.org/x/sys v0.22.0 // indirect
65+
golang.org/x/term v0.22.0 // indirect
66+
golang.org/x/text v0.16.0 // indirect
6767
golang.org/x/time v0.3.0 // indirect
6868
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
69-
google.golang.org/appengine v1.6.8 // indirect
70-
google.golang.org/protobuf v1.32.0 // indirect
69+
google.golang.org/protobuf v1.34.2 // indirect
7170
gopkg.in/inf.v0 v0.9.1 // indirect
7271
gopkg.in/yaml.v2 v2.4.0 // indirect
7372
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)