Skip to content

Commit ad8d4e0

Browse files
fix(deps): update github.com/openshift/client-go digest to 3d9d48d
1 parent ff171e3 commit ad8d4e0

File tree

2 files changed

+68
-20
lines changed

2 files changed

+68
-20
lines changed

go.mod

+22-20
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ require (
66
github.com/gobuffalo/packr/v2 v2.8.3
77
github.com/gorilla/mux v1.8.0
88
github.com/onrik/logrus v0.11.0
9-
github.com/openshift/api v0.0.0-20210720160326-96bb0f993a66
10-
github.com/openshift/client-go v0.0.0-20210521082421-73d9475a9142
9+
github.com/openshift/api v0.0.0-20231120183933-f872698b1c4e
10+
github.com/openshift/client-go v0.0.0-20231121091949-3d9d48df9b5e
1111
github.com/sirupsen/logrus v1.9.3
1212
github.com/spf13/viper v1.16.0
13-
k8s.io/api v0.26.0
14-
k8s.io/apimachinery v0.26.0
15-
k8s.io/client-go v0.26.0
13+
k8s.io/api v0.28.2
14+
k8s.io/apimachinery v0.28.2
15+
k8s.io/client-go v0.28.2
1616
mvdan.cc/xurls/v2 v2.5.0
1717
)
1818

@@ -26,17 +26,19 @@ require (
2626
github.com/fsnotify/fsnotify v1.6.0 // indirect
2727
github.com/go-acme/lego/v4 v4.10.2 // indirect
2828
github.com/go-jose/go-jose/v3 v3.0.0 // indirect
29-
github.com/go-logr/logr v1.2.3 // indirect
30-
github.com/go-openapi/jsonpointer v0.19.5 // indirect
31-
github.com/go-openapi/jsonreference v0.20.0 // indirect
32-
github.com/go-openapi/swag v0.19.14 // indirect
29+
github.com/go-logr/logr v1.2.4 // indirect
30+
github.com/go-openapi/jsonpointer v0.19.6 // indirect
31+
github.com/go-openapi/jsonreference v0.20.2 // indirect
32+
github.com/go-openapi/swag v0.22.3 // indirect
3333
github.com/gobuffalo/logger v1.0.6 // indirect
3434
github.com/gobuffalo/packd v1.0.1 // indirect
3535
github.com/gogo/protobuf v1.3.2 // indirect
3636
github.com/golang/protobuf v1.5.3 // indirect
3737
github.com/google/gnostic v0.5.7-v3refs // indirect
38+
github.com/google/gnostic-models v0.6.8 // indirect
3839
github.com/google/go-cmp v0.5.9 // indirect
3940
github.com/google/gofuzz v1.2.0 // indirect
41+
github.com/google/uuid v1.3.0 // indirect
4042
github.com/hashicorp/hcl v1.0.0 // indirect
4143
github.com/imdario/mergo v0.3.12 // indirect
4244
github.com/josharian/intern v1.0.0 // indirect
@@ -62,26 +64,26 @@ require (
6264
github.com/spf13/pflag v1.0.5 // indirect
6365
github.com/subosito/gotenv v1.4.2 // indirect
6466
github.com/traefik/paerser v0.2.0 // indirect
65-
golang.org/x/crypto v0.9.0 // indirect
67+
golang.org/x/crypto v0.11.0 // indirect
6668
golang.org/x/mod v0.10.0 // indirect
67-
golang.org/x/net v0.10.0 // indirect
68-
golang.org/x/oauth2 v0.7.0 // indirect
69-
golang.org/x/sys v0.8.0 // indirect
70-
golang.org/x/term v0.8.0 // indirect
71-
golang.org/x/text v0.9.0 // indirect
69+
golang.org/x/net v0.13.0 // indirect
70+
golang.org/x/oauth2 v0.8.0 // indirect
71+
golang.org/x/sys v0.10.0 // indirect
72+
golang.org/x/term v0.10.0 // indirect
73+
golang.org/x/text v0.11.0 // indirect
7274
golang.org/x/time v0.3.0 // indirect
73-
golang.org/x/tools v0.6.0 // indirect
75+
golang.org/x/tools v0.8.0 // indirect
7476
google.golang.org/appengine v1.6.7 // indirect
7577
google.golang.org/protobuf v1.30.0 // indirect
7678
gopkg.in/inf.v0 v0.9.1 // indirect
7779
gopkg.in/ini.v1 v1.67.0 // indirect
7880
gopkg.in/yaml.v2 v2.4.0 // indirect
7981
gopkg.in/yaml.v3 v3.0.1 // indirect
8082
k8s.io/apiextensions-apiserver v0.21.3 // indirect
81-
k8s.io/klog/v2 v2.80.1 // indirect
82-
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
83-
k8s.io/utils v0.0.0-20221107191617-1a15be271d1d // indirect
84-
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
83+
k8s.io/klog/v2 v2.100.1 // indirect
84+
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
85+
k8s.io/utils v0.0.0-20230505201702-9f6742963106 // indirect
86+
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
8587
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
8688
sigs.k8s.io/yaml v1.3.0 // indirect
8789
)

0 commit comments

Comments
 (0)