@@ -4,25 +4,30 @@ go 1.18
4
4
5
5
require (
6
6
github.com/spf13/cobra v1.4.0
7
- go.bytebuilders.dev/license-verifier/kubernetes v0.10 .0
7
+ go.bytebuilders.dev/license-verifier/kubernetes v0.11 .0
8
8
gomodules.xyz/flags v0.1.3
9
9
gomodules.xyz/go-sh v0.1.0
10
10
gomodules.xyz/logs v0.0.6
11
11
gomodules.xyz/x v0.0.14
12
- k8s.io/apimachinery v0.24.1
13
- k8s.io/client-go v0.24.1
14
- k8s.io/klog/v2 v2.60.1
15
- kmodules.xyz/client-go v0.24.3
16
- kmodules.xyz/custom-resources v0.24.0
17
- kmodules.xyz/offshoot-api v0.24.1
18
- stash.appscode.dev/apimachinery v0.21.0
12
+ k8s.io/apimachinery v0.24.3
13
+ k8s.io/client-go v0.24.3
14
+ k8s.io/klog/v2 v2.70.1
15
+ kmodules.xyz/client-go v0.24.5
16
+ kmodules.xyz/custom-resources v0.24.1
17
+ kmodules.xyz/offshoot-api v0.24.2
18
+ stash.appscode.dev/apimachinery v0.22.0
19
+ )
20
+
21
+ require (
22
+ github.com/golang-jwt/jwt/v4 v4.4.1 // indirect
23
+ go.bytebuilders.dev/license-proxyserver v0.0.2-0.20220802031002-926d24a28f5d // indirect
19
24
)
20
25
21
26
require (
22
27
cloud.google.com/go v0.81.0 // indirect
23
28
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
24
- github.com/Azure/go-autorest/autorest v0.11.18 // indirect
25
- github.com/Azure/go-autorest/autorest/adal v0.9.13 // indirect
29
+ github.com/Azure/go-autorest/autorest v0.11.22 // indirect
30
+ github.com/Azure/go-autorest/autorest/adal v0.9.17 // indirect
26
31
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
27
32
github.com/Azure/go-autorest/logger v0.2.1 // indirect
28
33
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
@@ -33,8 +38,7 @@ require (
33
38
github.com/emicklei/go-restful v2.9.5+incompatible // indirect
34
39
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
35
40
github.com/fatih/structs v1.1.0 // indirect
36
- github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
37
- github.com/go-logr/logr v1.2.0 // indirect
41
+ github.com/go-logr/logr v1.2.3 // indirect
38
42
github.com/go-openapi/jsonpointer v0.19.5 // indirect
39
43
github.com/go-openapi/jsonreference v0.20.0 // indirect
40
44
github.com/go-openapi/swag v0.19.15 // indirect
@@ -47,21 +51,21 @@ require (
47
51
github.com/inconshreveable/mousetrap v1.0.0 // indirect
48
52
github.com/josharian/intern v1.0.0 // indirect
49
53
github.com/json-iterator/go v1.1.12 // indirect
50
- github.com/mailru/easyjson v0.7.6 // indirect
54
+ github.com/mailru/easyjson v0.7.7 // indirect
51
55
github.com/mitchellh/mapstructure v1.5.0 // indirect
52
56
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
53
57
github.com/modern-go/reflect2 v1.0.2 // indirect
54
58
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
55
59
github.com/pkg/errors v0.9.1 // indirect
56
- github.com/sergi/go-diff v1.1 .0 // indirect
60
+ github.com/sergi/go-diff v1.2 .0 // indirect
57
61
github.com/spf13/pflag v1.0.5 // indirect
58
62
github.com/yudai/gojsondiff v1.0.0 // indirect
59
63
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
60
- go.bytebuilders.dev/license-verifier v0.10 .0 // indirect
61
- golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
62
- golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
63
- golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
64
- golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
64
+ go.bytebuilders.dev/license-verifier v0.11 .0 // indirect
65
+ golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect
66
+ golang.org/x/net v0.0.0-20220531201128-c960675eff93 // indirect
67
+ golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a // indirect
68
+ golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
65
69
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
66
70
golang.org/x/text v0.3.7 // indirect
67
71
golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect
@@ -72,22 +76,32 @@ require (
72
76
gomodules.xyz/sets v0.2.1 // indirect
73
77
gomodules.xyz/wait v0.2.0 // indirect
74
78
google.golang.org/appengine v1.6.7 // indirect
75
- google.golang.org/protobuf v1.27.1 // indirect
79
+ google.golang.org/protobuf v1.28.0 // indirect
76
80
gopkg.in/inf.v0 v0.9.1 // indirect
77
81
gopkg.in/yaml.v2 v2.4.0 // indirect
78
82
gopkg.in/yaml.v3 v3.0.0 // indirect
79
- k8s.io/api v0.24.1 // indirect
83
+ k8s.io/api v0.24.3 // indirect
80
84
k8s.io/apiextensions-apiserver v0.24.1 // indirect
81
85
k8s.io/apiserver v0.24.1 // indirect
82
86
k8s.io/kube-aggregator v0.24.1 // indirect
83
87
k8s.io/kube-openapi v0.0.0-20220413171646-5e7f5fdc6da6 // indirect
84
88
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
85
89
kmodules.xyz/objectstore-api v0.24.0 // indirect
86
90
kmodules.xyz/prober v0.24.0 // indirect
87
- sigs.k8s.io/controller-runtime v0.12.1 // indirect
91
+ sigs.k8s.io/controller-runtime v0.12.3 // indirect
88
92
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
89
93
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
90
94
sigs.k8s.io/yaml v1.3.0 // indirect
91
95
)
92
96
93
97
replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.5
98
+
99
+ replace github.com/Masterminds/sprig/v3 => github.com/gomodules/sprig/v3 v3.2.3-0.20220405051441-0a8a99bac1b8
100
+
101
+ replace sigs.k8s.io/controller-runtime => github.com/kmodules/controller-runtime v0.12.2-0.20220603144237-6cd001896bf3
102
+
103
+ replace k8s.io/apimachinery => github.com/kmodules/apimachinery v0.24.2-rc.0.0.20220603191800-1c7484099dee
104
+
105
+ replace k8s.io/apiserver => github.com/kmodules/apiserver v0.0.0-20220603223637-59dad1716c43
106
+
107
+ replace k8s.io/kubernetes => github.com/kmodules/kubernetes v1.25.0-alpha.0.0.20220603172133-1c9d09d1b3b8
0 commit comments