@@ -8,8 +8,8 @@ require (
8
8
github.com/Azure/go-autorest/autorest v0.11.29
9
9
github.com/Azure/go-autorest/autorest/adal v0.9.24
10
10
github.com/Masterminds/semver v1.5.0
11
- github.com/Masterminds/semver/v3 v3.2.1
12
- github.com/Masterminds/sprig/v3 v3.2.3
11
+ github.com/Masterminds/semver/v3 v3.3.0
12
+ github.com/Masterminds/sprig/v3 v3.3.0
13
13
github.com/ahmetalpbalkan/go-cursor v0.0.0-20131010032410-8136607ea412
14
14
github.com/aws/aws-sdk-go v1.55.5
15
15
github.com/bitnami-labs/sealed-secrets v0.27.1
@@ -76,10 +76,10 @@ require (
76
76
gopkg.in/ini.v1 v1.67.0
77
77
gopkg.in/yaml.v2 v2.4.0
78
78
gopkg.in/yaml.v3 v3.0.1
79
- helm.sh/helm/v3 v3.15.4
79
+ helm.sh/helm/v3 v3.16.1
80
80
k8s.io/api v0.31.0
81
81
k8s.io/apimachinery v0.31.0
82
- k8s.io/cli-runtime v0.30.3
82
+ k8s.io/cli-runtime v0.31.0
83
83
k8s.io/client-go v0.31.0
84
84
k8s.io/cluster-bootstrap v0.31.0
85
85
k8s.io/helm v2.17.0+incompatible
@@ -89,7 +89,7 @@ require (
89
89
oras.land/oras-go/v2 v2.5.0
90
90
sigs.k8s.io/application v0.8.3
91
91
sigs.k8s.io/controller-runtime v0.19.0
92
- sigs.k8s.io/kustomize/api v0.16.0
92
+ sigs.k8s.io/kustomize/api v0.17.2
93
93
sigs.k8s.io/kustomize/kyaml v0.17.2
94
94
sigs.k8s.io/yaml v1.4.0
95
95
)
@@ -98,7 +98,7 @@ require (
98
98
cloud.google.com/go v0.112.1 // indirect
99
99
cloud.google.com/go/compute/metadata v0.3.0 // indirect
100
100
cloud.google.com/go/iam v1.1.7 // indirect
101
- dario.cat/mergo v1.0.0 // indirect
101
+ dario.cat/mergo v1.0.1 // indirect
102
102
filippo.io/edwards25519 v1.1.0 // indirect
103
103
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
104
104
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
@@ -246,7 +246,7 @@ require (
246
246
github.com/jackc/pgx/v5 v5.6.0 // indirect
247
247
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
248
248
github.com/jmespath/go-jmespath v0.4.0 // indirect
249
- github.com/jmoiron/sqlx v1.3.5 // indirect
249
+ github.com/jmoiron/sqlx v1.4.0 // indirect
250
250
github.com/josharian/intern v1.0.0 // indirect
251
251
github.com/json-iterator/go v1.1.12 // indirect
252
252
github.com/k0sproject/k0s v1.29.9-0.20240821114611-d76eb6bb05a7 // indirect
@@ -309,7 +309,7 @@ require (
309
309
github.com/redis/go-redis/v9 v9.5.1 // indirect
310
310
github.com/replicatedhq/termui/v3 v3.1.1-0.20200811145416-f40076d26851 // indirect
311
311
github.com/rivo/uniseg v0.4.7 // indirect
312
- github.com/rubenv/sql-migrate v1.5.2 // indirect
312
+ github.com/rubenv/sql-migrate v1.7.0 // indirect
313
313
github.com/russross/blackfriday/v2 v2.1.0 // indirect
314
314
github.com/sagikazarmark/locafero v0.4.0 // indirect
315
315
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
@@ -323,7 +323,7 @@ require (
323
323
github.com/skeema/knownhosts v1.2.2 // indirect
324
324
github.com/sourcegraph/conc v0.3.0 // indirect
325
325
github.com/spf13/afero v1.11.0 // indirect
326
- github.com/spf13/cast v1.6 .0 // indirect
326
+ github.com/spf13/cast v1.7 .0 // indirect
327
327
github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6 // indirect
328
328
github.com/subosito/gotenv v1.6.0 // indirect
329
329
github.com/sylabs/sif/v2 v2.18.0 // indirect
@@ -377,7 +377,6 @@ require (
377
377
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
378
378
google.golang.org/grpc v1.65.0 // indirect
379
379
google.golang.org/protobuf v1.34.2 // indirect
380
- gopkg.in/evanphx/json-patch.v5 v5.6.0 // indirect
381
380
gopkg.in/inf.v0 v0.9.1 // indirect
382
381
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
383
382
gopkg.in/warnings.v0 v0.1.2 // indirect
@@ -386,7 +385,7 @@ require (
386
385
k8s.io/component-base v0.31.0 // indirect
387
386
k8s.io/klog/v2 v2.130.1 // indirect
388
387
k8s.io/kube-openapi v0.0.0-20240709000822-3c01b740850f // indirect
389
- k8s.io/kubectl v0.30.3 // indirect
388
+ k8s.io/kubectl v0.31.0 // indirect
390
389
oras.land/oras-go v1.2.6 // indirect
391
390
periph.io/x/host/v3 v3.8.2 // indirect
392
391
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
0 commit comments