@@ -8,7 +8,6 @@ require (
8
8
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible
9
9
github.com/Masterminds/sprig v2.22.0+incompatible
10
10
github.com/Masterminds/sprig/v3 v3.2.3
11
- github.com/amplitude/analytics-go v0.0.12
12
11
github.com/cloudflare/cfssl v1.4.1
13
12
github.com/felixge/httpsnoop v1.0.3
14
13
github.com/ghodss/yaml v1.0.0
@@ -31,10 +30,10 @@ require (
31
30
github.com/lib/pq v1.10.9
32
31
github.com/lithammer/shortuuid/v3 v3.0.4
33
32
github.com/mattn/go-sqlite3 v1.14.15
33
+ github.com/miekg/pkcs11 v1.1.1
34
34
github.com/mitchellh/mapstructure v1.4.1
35
35
github.com/olekukonko/tablewriter v0.0.5
36
36
github.com/onsi/ginkgo v1.14.0
37
- github.com/onsi/ginkgo/v2 v2.15.0
38
37
github.com/onsi/gomega v1.31.1
39
38
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
40
39
github.com/pkg/errors v0.9.1
@@ -46,6 +45,7 @@ require (
46
45
github.com/spf13/viper v1.8.1
47
46
github.com/stretchr/testify v1.8.4
48
47
golang.org/x/crypto v0.17.0
48
+ google.golang.org/grpc v1.58.3
49
49
gopkg.in/ldap.v2 v2.5.1
50
50
gopkg.in/yaml.v2 v2.4.0
51
51
gopkg.in/yaml.v3 v3.0.1
@@ -58,36 +58,30 @@ require (
58
58
k8s.io/kubernetes v1.13.0
59
59
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
60
60
sigs.k8s.io/controller-runtime v0.17.0
61
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.1
61
62
sigs.k8s.io/yaml v1.4.0
62
63
)
63
64
64
65
require (
65
- cloud.google.com/go v0.110.6 // indirect
66
66
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
67
67
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
68
- github.com/Azure/go-autorest v14.2.0+incompatible // indirect
69
- github.com/Azure/go-autorest/autorest v0.11.24 // indirect
70
- github.com/Azure/go-autorest/autorest/adal v0.9.18 // indirect
71
- github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
72
- github.com/Azure/go-autorest/logger v0.2.1 // indirect
73
- github.com/Azure/go-autorest/tracing v0.6.0 // indirect
74
68
github.com/BurntSushi/toml v1.3.2 // indirect
75
69
github.com/MakeNowJust/heredoc v1.0.0 // indirect
76
70
github.com/Masterminds/goutils v1.1.1 // indirect
77
71
github.com/Masterminds/semver v1.5.0 // indirect
78
72
github.com/Masterminds/semver/v3 v3.2.1 // indirect
79
73
github.com/Masterminds/squirrel v1.5.4 // indirect
80
- github.com/Microsoft/go-winio v0.6.1 // indirect
81
74
github.com/Microsoft/hcsshim v0.11.4 // indirect
82
75
github.com/Shopify/sarama v1.29.1 // indirect
83
- github.com/VividCortex/gohistogram v1.0.0 // indirect
84
76
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
85
77
github.com/beorn7/perks v1.0.1 // indirect
78
+ github.com/bits-and-blooms/bitset v1.7.0 // indirect
86
79
github.com/bugsnag/bugsnag-go v1.5.3 // indirect
87
80
github.com/bugsnag/panicwrap v1.2.0 // indirect
88
81
github.com/cespare/xxhash/v2 v2.2.0 // indirect
89
82
github.com/chai2010/gettext-go v1.0.2 // indirect
90
- github.com/consensys/gnark-crypto v0.6.0 // indirect
83
+ github.com/consensys/bavard v0.1.13 // indirect
84
+ github.com/consensys/gnark-crypto v0.12.1 // indirect
91
85
github.com/containerd/containerd v1.7.11 // indirect
92
86
github.com/containerd/log v0.1.0 // indirect
93
87
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
@@ -116,12 +110,11 @@ require (
116
110
github.com/go-openapi/swag v0.22.3 // indirect
117
111
github.com/gobwas/glob v0.2.3 // indirect
118
112
github.com/gofrs/uuid v4.2.0+incompatible // indirect
119
- github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
120
113
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
121
114
github.com/golang/mock v1.6.0 // indirect
115
+ github.com/golang/snappy v0.0.4 // indirect
122
116
github.com/google/btree v1.0.1 // indirect
123
117
github.com/google/certificate-transparency-go v1.0.21 // indirect
124
- github.com/google/gnostic v0.5.7-v3refs // indirect
125
118
github.com/google/gnostic-models v0.6.8 // indirect
126
119
github.com/google/go-cmp v0.6.0 // indirect
127
120
github.com/google/gofuzz v1.2.0 // indirect
@@ -151,16 +144,13 @@ require (
151
144
github.com/mattn/go-colorable v0.1.13 // indirect
152
145
github.com/mattn/go-isatty v0.0.17 // indirect
153
146
github.com/mattn/go-runewidth v0.0.9 // indirect
154
- github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
155
147
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
156
- github.com/miekg/pkcs11 v1.1.1 // indirect
157
148
github.com/mitchellh/copystructure v1.2.0 // indirect
158
149
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
159
150
github.com/mitchellh/reflectwalk v1.0.2 // indirect
160
151
github.com/mmcloughlin/addchain v0.4.0 // indirect
161
152
github.com/moby/locker v1.0.1 // indirect
162
153
github.com/moby/spdystream v0.2.0 // indirect
163
- github.com/moby/sys/mountinfo v0.6.2 // indirect
164
154
github.com/moby/term v0.5.0 // indirect
165
155
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
166
156
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -201,7 +191,6 @@ require (
201
191
go.opentelemetry.io/otel/metric v1.19.0 // indirect
202
192
go.opentelemetry.io/otel/trace v1.19.0 // indirect
203
193
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
204
- go.uber.org/atomic v1.10.0 // indirect
205
194
go.uber.org/multierr v1.11.0 // indirect
206
195
go.uber.org/zap v1.26.0 // indirect
207
196
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
@@ -214,9 +203,7 @@ require (
214
203
golang.org/x/time v0.3.0 // indirect
215
204
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
216
205
google.golang.org/appengine v1.6.7 // indirect
217
- google.golang.org/genproto v0.0.0-20230803162519-f966b187b2e5 // indirect
218
206
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
219
- google.golang.org/grpc v1.58.3 // indirect
220
207
google.golang.org/protobuf v1.31.0 // indirect
221
208
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
222
209
gopkg.in/inf.v0 v0.9.1 // indirect
@@ -228,10 +215,10 @@ require (
228
215
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
229
216
k8s.io/kubectl v0.29.0 // indirect
230
217
oras.land/oras-go v1.2.4 // indirect
218
+ rsc.io/tmplfunc v0.0.3 // indirect
231
219
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
232
220
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
233
221
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
234
- sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
235
222
)
236
223
237
224
// github.com/Azure/go-autorest => github.com/Azure/go-autorest v14.2.0+incompatible
0 commit comments