@@ -14,13 +14,13 @@ require (
14
14
github.com/google/go-cmp v0.6.0
15
15
github.com/hashicorp/golang-lru v1.0.2
16
16
github.com/mitchellh/mapstructure v1.5.0
17
- github.com/onsi/ginkgo/v2 v2.15 .0
18
- github.com/onsi/gomega v1.31.1
17
+ github.com/onsi/ginkgo/v2 v2.14 .0
18
+ github.com/onsi/gomega v1.30.0
19
19
github.com/openshift/api v0.0.0-20240521141249-8af21b7ed3e3
20
20
github.com/openshift/machine-api-operator v0.2.1-0.20240125175440-c9de8bda0dd1
21
21
github.com/pkg/errors v0.9.1
22
22
github.com/spf13/cobra v1.8.0
23
- golang.org/x/crypto v0.21 .0
23
+ golang.org/x/crypto v0.18 .0
24
24
25
25
// kube 1.29
26
26
k8s.io/api v0.29.0
@@ -35,15 +35,15 @@ require (
35
35
)
36
36
37
37
require (
38
- github.com/Azure/azure-sdk-for-go/sdk/azcore v1.10.0
38
+ github.com/Azure/azure-sdk-for-go/sdk/azcore v1.9.1
39
39
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.5.1
40
40
github.com/jongio/azidext/go/azidext v0.5.0
41
41
github.com/openshift/client-go v0.0.0-20240115204758-e6bf7d631d5e
42
42
github.com/openshift/library-go v0.0.0-20240116081341-964bcb3f545c
43
43
)
44
44
45
45
require (
46
- github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.2 // indirect
46
+ github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.1 // indirect
47
47
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
48
48
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
49
49
github.com/Azure/go-autorest/autorest/adal v0.9.23 // indirect
@@ -57,18 +57,18 @@ require (
57
57
github.com/blang/semver/v4 v4.0.0 // indirect
58
58
github.com/cespare/xxhash/v2 v2.2.0 // indirect
59
59
github.com/chai2010/gettext-go v1.0.2 // indirect
60
- github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
60
+ github.com/davecgh/go-spew v1.1.1 // indirect
61
61
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
62
- github.com/evanphx/json-patch v5.7 .0+incompatible // indirect
63
- github.com/evanphx/json-patch/v5 v5.9 .0 // indirect
62
+ github.com/evanphx/json-patch v5.6 .0+incompatible // indirect
63
+ github.com/evanphx/json-patch/v5 v5.8 .0 // indirect
64
64
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
65
65
github.com/fatih/color v1.16.0 // indirect
66
66
github.com/fsnotify/fsnotify v1.7.0 // indirect
67
67
github.com/go-errors/errors v1.4.2 // indirect
68
68
github.com/go-logr/zapr v1.3.0 // indirect
69
- github.com/go-openapi/jsonpointer v0.20.0 // indirect
69
+ github.com/go-openapi/jsonpointer v0.19.6 // indirect
70
70
github.com/go-openapi/jsonreference v0.20.2 // indirect
71
- github.com/go-openapi/swag v0.22.4 // indirect
71
+ github.com/go-openapi/swag v0.22.3 // indirect
72
72
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
73
73
github.com/gobuffalo/flect v1.0.2 // indirect
74
74
github.com/gogo/protobuf v1.3.2 // indirect
@@ -81,10 +81,10 @@ require (
81
81
github.com/google/gofuzz v1.2.0 // indirect
82
82
github.com/google/pprof v0.0.0-20230926050212-f7f687d19a98 // indirect
83
83
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
84
- github.com/google/uuid v1.6 .0 // indirect
84
+ github.com/google/uuid v1.5 .0 // indirect
85
85
github.com/gorilla/websocket v1.5.0 // indirect
86
86
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
87
- github.com/imdario/mergo v0.3.16 // indirect
87
+ github.com/imdario/mergo v0.3.13 // indirect
88
88
github.com/inconshreveable/mousetrap v1.1.0 // indirect
89
89
github.com/josharian/intern v1.0.0 // indirect
90
90
github.com/json-iterator/go v1.1.12 // indirect
@@ -105,7 +105,7 @@ require (
105
105
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
106
106
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
107
107
github.com/prometheus/client_golang v1.18.0 // indirect
108
- github.com/prometheus/client_model v0.6 .0 // indirect
108
+ github.com/prometheus/client_model v0.5 .0 // indirect
109
109
github.com/prometheus/common v0.45.0 // indirect
110
110
github.com/prometheus/procfs v0.12.0 // indirect
111
111
github.com/robfig/cron v1.2.0 // indirect
@@ -118,19 +118,19 @@ require (
118
118
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
119
119
go.uber.org/multierr v1.11.0 // indirect
120
120
go.uber.org/zap v1.26.0 // indirect
121
- golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
122
- golang.org/x/mod v0.15 .0 // indirect
123
- golang.org/x/net v0.23 .0 // indirect
124
- golang.org/x/oauth2 v0.15 .0 // indirect
121
+ golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
122
+ golang.org/x/mod v0.14 .0 // indirect
123
+ golang.org/x/net v0.20 .0 // indirect
124
+ golang.org/x/oauth2 v0.12 .0 // indirect
125
125
golang.org/x/sync v0.5.0 // indirect
126
- golang.org/x/sys v0.18 .0 // indirect
127
- golang.org/x/term v0.18 .0 // indirect
126
+ golang.org/x/sys v0.16 .0 // indirect
127
+ golang.org/x/term v0.16 .0 // indirect
128
128
golang.org/x/text v0.14.0 // indirect
129
- golang.org/x/time v0.5 .0 // indirect
129
+ golang.org/x/time v0.3 .0 // indirect
130
130
golang.org/x/tools v0.16.1 // indirect
131
131
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
132
- google.golang.org/appengine v1.6.8 // indirect
133
- google.golang.org/protobuf v1.33 .0 // indirect
132
+ google.golang.org/appengine v1.6.7 // indirect
133
+ google.golang.org/protobuf v1.31 .0 // indirect
134
134
gopkg.in/inf.v0 v0.9.1 // indirect
135
135
gopkg.in/yaml.v2 v2.4.0 // indirect
136
136
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments