@@ -5,81 +5,77 @@ go 1.17
5
5
require (
6
6
github.com/cert-manager/cert-manager v1.8.1
7
7
github.com/go-logr/logr v1.2.3
8
- github.com/stretchr/testify v1.8.0
9
- k8s.io/api v0.23.5
10
- k8s.io/apiextensions-apiserver v0.23.5
11
- k8s.io/apimachinery v0.23.5
12
- k8s.io/client-go v0.23.5
8
+ github.com/stretchr/testify v1.8.1
9
+ k8s.io/api v0.27.2
10
+ k8s.io/apiextensions-apiserver v0.27.2
11
+ k8s.io/apimachinery v0.27.2
12
+ k8s.io/client-go v0.27.2
13
13
sigs.k8s.io/controller-runtime v0.11.2
14
14
sigs.k8s.io/controller-tools v0.7.0
15
15
)
16
16
17
17
require (
18
- cloud.google.com/go v0.99.0 // indirect
19
- github.com/Azure/go-autorest v14.2.0+incompatible // indirect
20
- github.com/Azure/go-autorest/autorest v0.11.20 // indirect
21
- github.com/Azure/go-autorest/autorest/adal v0.9.15 // indirect
22
- github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
23
- github.com/Azure/go-autorest/logger v0.2.1 // indirect
24
- github.com/Azure/go-autorest/tracing v0.6.0 // indirect
25
18
github.com/beorn7/perks v1.0.1 // indirect
26
19
github.com/cespare/xxhash/v2 v2.1.2 // indirect
27
20
github.com/davecgh/go-spew v1.1.1 // indirect
21
+ github.com/emicklei/go-restful/v3 v3.9.0 // indirect
28
22
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
29
23
github.com/fatih/color v1.13.0 // indirect
30
- github.com/fsnotify/fsnotify v1.5.1 // indirect
31
- github.com/go-logr/zapr v1.2.0 // indirect
24
+ github.com/fsnotify/fsnotify v1.6.0 // indirect
25
+ github.com/go-logr/zapr v1.2.3 // indirect
26
+ github.com/go-openapi/jsonpointer v0.19.6 // indirect
27
+ github.com/go-openapi/jsonreference v0.20.1 // indirect
28
+ github.com/go-openapi/swag v0.22.3 // indirect
32
29
github.com/gobuffalo/flect v0.2.3 // indirect
33
30
github.com/gogo/protobuf v1.3.2 // indirect
34
- github.com/golang-jwt/jwt/v4 v4.0.0 // indirect
35
31
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
36
- github.com/golang/protobuf v1.5.2 // indirect
37
- github.com/google/go-cmp v0.5.6 // indirect
32
+ github.com/golang/protobuf v1.5.3 // indirect
33
+ github.com/google/gnostic v0.5.7-v3refs // indirect
34
+ github.com/google/go-cmp v0.5.9 // indirect
38
35
github.com/google/gofuzz v1.2.0 // indirect
39
36
github.com/google/uuid v1.3.0 // indirect
40
- github.com/googleapis/gnostic v0.5.5 // indirect
41
37
github.com/imdario/mergo v0.3.12 // indirect
42
- github.com/inconshreveable/mousetrap v1.0.0 // indirect
38
+ github.com/inconshreveable/mousetrap v1.0.1 // indirect
39
+ github.com/josharian/intern v1.0.0 // indirect
43
40
github.com/json-iterator/go v1.1.12 // indirect
41
+ github.com/mailru/easyjson v0.7.7 // indirect
44
42
github.com/mattn/go-colorable v0.1.12 // indirect
45
43
github.com/mattn/go-isatty v0.0.14 // indirect
46
- github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
44
+ github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
47
45
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
48
46
github.com/modern-go/reflect2 v1.0.2 // indirect
47
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
49
48
github.com/pkg/errors v0.9.1 // indirect
50
49
github.com/pmezard/go-difflib v1.0.0 // indirect
51
- github.com/prometheus/client_golang v1.11 .0 // indirect
52
- github.com/prometheus/client_model v0.2 .0 // indirect
53
- github.com/prometheus/common v0.28 .0 // indirect
54
- github.com/prometheus/procfs v0.6 .0 // indirect
55
- github.com/spf13/cobra v1.3 .0 // indirect
50
+ github.com/prometheus/client_golang v1.14 .0 // indirect
51
+ github.com/prometheus/client_model v0.3 .0 // indirect
52
+ github.com/prometheus/common v0.37 .0 // indirect
53
+ github.com/prometheus/procfs v0.8 .0 // indirect
54
+ github.com/spf13/cobra v1.6 .0 // indirect
56
55
github.com/spf13/pflag v1.0.5 // indirect
57
56
go.uber.org/atomic v1.7.0 // indirect
58
57
go.uber.org/multierr v1.6.0 // indirect
59
58
go.uber.org/zap v1.19.1 // indirect
60
- golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871 // indirect
61
- golang.org/x/mod v0.5.0 // indirect
62
- golang.org/x/net v0.0.0-20220107192237-5cfca573fb4d // indirect
63
- golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
64
- golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
65
- golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
66
- golang.org/x/text v0.3.7 // indirect
67
- golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
68
- golang.org/x/tools v0.1.6-0.20210820212750-d4cc65f0b2ff // indirect
69
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
59
+ golang.org/x/mod v0.9.0 // indirect
60
+ golang.org/x/net v0.8.0 // indirect
61
+ golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
62
+ golang.org/x/sys v0.6.0 // indirect
63
+ golang.org/x/term v0.6.0 // indirect
64
+ golang.org/x/text v0.8.0 // indirect
65
+ golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
66
+ golang.org/x/tools v0.7.0 // indirect
70
67
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
71
68
google.golang.org/appengine v1.6.7 // indirect
72
- google.golang.org/protobuf v1.27.1 // indirect
73
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
69
+ google.golang.org/protobuf v1.28.1 // indirect
74
70
gopkg.in/inf.v0 v0.9.1 // indirect
75
71
gopkg.in/yaml.v2 v2.4.0 // indirect
76
72
gopkg.in/yaml.v3 v3.0.1 // indirect
77
- k8s.io/component-base v0.23.5 // indirect
78
- k8s.io/klog/v2 v2.30.0 // indirect
79
- k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect
80
- k8s.io/utils v0.0.0-20211116205334-6203023598ed // indirect
73
+ k8s.io/component-base v0.27.2 // indirect
74
+ k8s.io/klog/v2 v2.90.1 // indirect
75
+ k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect
76
+ k8s.io/utils v0.0.0-20230209194617-a36077c30491 // indirect
81
77
sigs.k8s.io/gateway-api v0.4.1 // indirect
82
- sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect
83
- sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
78
+ sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
79
+ sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
84
80
sigs.k8s.io/yaml v1.3.0 // indirect
85
81
)
0 commit comments