@@ -4,11 +4,11 @@ go 1.20
4
4
5
5
require (
6
6
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
7
- github.com/Azure/go-autorest/autorest v0.11.28
7
+ github.com/Azure/go-autorest/autorest v0.11.29
8
8
github.com/Azure/go-autorest/autorest/azure/auth v0.5.12
9
9
github.com/Azure/go-autorest/autorest/to v0.4.0
10
10
github.com/Masterminds/semver v1.5.0
11
- github.com/aws/aws-sdk-go v1.44.245
11
+ github.com/aws/aws-sdk-go v1.44.254
12
12
github.com/fatih/structtag v1.2.0
13
13
github.com/go-logr/zapr v1.2.3
14
14
github.com/google/go-cmp v0.5.9
@@ -24,27 +24,27 @@ require (
24
24
go.mongodb.org/mongo-driver v1.11.4
25
25
go.uber.org/zap v1.24.0
26
26
golang.org/x/sync v0.1.0
27
- google.golang.org/api v0.118 .0
27
+ google.golang.org/api v0.120 .0
28
28
gopkg.in/yaml.v2 v2.4.0
29
29
gopkg.in/yaml.v3 v3.0.1
30
- k8s.io/api v0.25.3
31
- k8s.io/apimachinery v0.25.3
32
- k8s.io/client-go v0.25.3
33
- sigs.k8s.io/controller-runtime v0.13.0
30
+ k8s.io/api v0.26.4
31
+ k8s.io/apimachinery v0.26.4
32
+ k8s.io/client-go v0.26.4
33
+ sigs.k8s.io/controller-runtime v0.14.6
34
34
)
35
35
36
36
require (
37
37
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
38
38
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
39
- github.com/google/s2a-go v0.1.0 // indirect
39
+ github.com/google/s2a-go v0.1.2 // indirect
40
40
golang.org/x/tools v0.7.0 // indirect
41
41
)
42
42
43
43
require (
44
44
cloud.google.com/go/compute v1.19.0 // indirect
45
45
cloud.google.com/go/compute/metadata v0.2.3 // indirect
46
46
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
47
- github.com/Azure/go-autorest/autorest/adal v0.9.20 // indirect
47
+ github.com/Azure/go-autorest/autorest/adal v0.9.22 // indirect
48
48
github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 // indirect
49
49
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
50
50
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
@@ -57,13 +57,13 @@ require (
57
57
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
58
58
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
59
59
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
60
- github.com/fsnotify/fsnotify v1.5.4 // indirect
60
+ github.com/fsnotify/fsnotify v1.6.0 // indirect
61
61
github.com/go-logr/logr v1.2.3 // indirect
62
62
github.com/go-openapi/jsonpointer v0.19.6 // indirect
63
63
github.com/go-openapi/jsonreference v0.20.1 // indirect
64
64
github.com/go-openapi/swag v0.22.3 // indirect
65
65
github.com/gogo/protobuf v1.3.2 // indirect
66
- github.com/golang-jwt/jwt/v4 v4.3 .0 // indirect
66
+ github.com/golang-jwt/jwt/v4 v4.5 .0 // indirect
67
67
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
68
68
github.com/golang/protobuf v1.5.3 // indirect
69
69
github.com/golang/snappy v0.0.4 // indirect
@@ -79,18 +79,18 @@ require (
79
79
github.com/json-iterator/go v1.1.12 // indirect
80
80
github.com/klauspost/compress v1.14.4 // indirect
81
81
github.com/mailru/easyjson v0.7.7 // indirect
82
- github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
82
+ github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
83
83
github.com/mitchellh/go-homedir v1.1.0 // indirect
84
84
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
85
85
github.com/modern-go/reflect2 v1.0.2 // indirect
86
86
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe // indirect
87
87
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
88
88
github.com/pkg/errors v0.9.1 // indirect
89
89
github.com/pmezard/go-difflib v1.0.0 // indirect
90
- github.com/prometheus/client_golang v1.12.2 // indirect
91
- github.com/prometheus/client_model v0.2 .0 // indirect
92
- github.com/prometheus/common v0.32.1 // indirect
93
- github.com/prometheus/procfs v0.7.3 // indirect
90
+ github.com/prometheus/client_golang v1.14.0 // indirect
91
+ github.com/prometheus/client_model v0.3 .0 // indirect
92
+ github.com/prometheus/common v0.37.0 // indirect
93
+ github.com/prometheus/procfs v0.8.0 // indirect
94
94
github.com/spf13/pflag v1.0.5 // indirect
95
95
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
96
96
github.com/xdg-go/scram v1.1.1 // indirect
@@ -99,22 +99,22 @@ require (
99
99
go.opencensus.io v0.24.0 // indirect
100
100
go.uber.org/atomic v1.9.0 // indirect
101
101
go.uber.org/multierr v1.7.0 // indirect
102
- golang.org/x/crypto v0.1 .0 // indirect
102
+ golang.org/x/crypto v0.6 .0 // indirect
103
103
golang.org/x/exp v0.0.0-20230213192124-5e25df0256eb
104
104
golang.org/x/net v0.9.0 // indirect
105
105
golang.org/x/oauth2 v0.7.0 // indirect
106
106
golang.org/x/sys v0.7.0 // indirect
107
107
golang.org/x/term v0.7.0 // indirect
108
108
golang.org/x/text v0.9.0 // indirect
109
- golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
109
+ golang.org/x/time v0.3.0 // indirect
110
110
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
111
111
google.golang.org/appengine v1.6.7 // indirect
112
- google.golang.org/genproto v0.0.0-20230403163135-c38d8f061ccd // indirect
112
+ google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
113
113
google.golang.org/grpc v1.54.0 // indirect
114
114
google.golang.org/protobuf v1.30.0 // indirect
115
115
gopkg.in/inf.v0 v0.9.1 // indirect
116
- k8s.io/apiextensions-apiserver v0.25.0 // indirect
117
- k8s.io/component-base v0.25.0 // indirect
116
+ k8s.io/apiextensions-apiserver v0.26.1 // indirect
117
+ k8s.io/component-base v0.26.1 // indirect
118
118
k8s.io/klog/v2 v2.90.1 // indirect
119
119
k8s.io/kube-openapi v0.0.0-20230308215209-15aac26d736a // indirect
120
120
k8s.io/utils v0.0.0-20230209194617-a36077c30491 // indirect
0 commit comments