Skip to content

Commit d2a4700

Browse files
Update gomod-k8s-dependencies
1 parent 252b46b commit d2a4700

File tree

3 files changed

+63
-74
lines changed

3 files changed

+63
-74
lines changed

examples/helm-locker/helm-locker-chart-example/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ global:
1010

1111
kubectl:
1212
repository: rancher/kubectl
13-
tag: v1.25.16
13+
tag: v1.31.10
1414
pullPolicy: IfNotPresent
1515

1616
rbac:

go.mod

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ require (
1717
github.com/rancher/wrangler/v3 v3.2.0-rc.2
1818
github.com/samber/lo v1.47.0
1919
github.com/sirupsen/logrus v1.9.3
20-
github.com/spf13/cobra v1.8.1
20+
github.com/spf13/cobra v1.9.1
2121
github.com/spf13/viper v1.10.0
2222
github.com/stretchr/testify v1.10.0
2323
go.uber.org/mock v0.4.0
24-
golang.org/x/mod v0.22.0
25-
golang.org/x/text v0.23.0
24+
golang.org/x/mod v0.25.0
25+
golang.org/x/text v0.26.0
2626
gopkg.in/yaml.v2 v2.4.0
2727
gopkg.in/yaml.v3 v3.0.1
28-
helm.sh/helm/v3 v3.15.3
28+
helm.sh/helm/v3 v3.18.3
2929
k8s.io/api v0.33.1
3030
k8s.io/apiextensions-apiserver v0.33.1
3131
k8s.io/apimachinery v0.33.1
@@ -36,14 +36,14 @@ require (
3636

3737
require (
3838
emperror.dev/errors v0.8.1 // indirect
39-
github.com/Masterminds/semver/v3 v3.2.1 // indirect
39+
github.com/Masterminds/semver/v3 v3.3.0 // indirect
4040
github.com/Masterminds/squirrel v1.5.4 // indirect
4141
github.com/beorn7/perks v1.0.1 // indirect
4242
github.com/cespare/xxhash/v2 v2.3.0 // indirect
43-
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
43+
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
4444
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4545
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
46-
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
46+
github.com/evanphx/json-patch v5.9.11+incompatible // indirect
4747
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
4848
github.com/fsnotify/fsnotify v1.7.0 // indirect
4949
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
@@ -61,7 +61,7 @@ require (
6161
github.com/hashicorp/errwrap v1.1.0 // indirect
6262
github.com/hashicorp/hcl v1.0.0 // indirect
6363
github.com/inconshreveable/mousetrap v1.1.0 // indirect
64-
github.com/jmoiron/sqlx v1.3.5 // indirect
64+
github.com/jmoiron/sqlx v1.4.0 // indirect
6565
github.com/josharian/intern v1.0.0 // indirect
6666
github.com/json-iterator/go v1.1.12 // indirect
6767
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
@@ -82,24 +82,24 @@ require (
8282
github.com/prometheus/client_model v0.6.1 // indirect
8383
github.com/prometheus/common v0.62.0 // indirect
8484
github.com/prometheus/procfs v0.15.1 // indirect
85-
github.com/rubenv/sql-migrate v1.5.2 // indirect
85+
github.com/rubenv/sql-migrate v1.8.0 // indirect
8686
github.com/spf13/afero v1.6.0 // indirect
87-
github.com/spf13/cast v1.5.0 // indirect
87+
github.com/spf13/cast v1.7.0 // indirect
8888
github.com/spf13/jwalterweatherman v1.1.0 // indirect
89-
github.com/spf13/pflag v1.0.5 // indirect
89+
github.com/spf13/pflag v1.0.6 // indirect
9090
github.com/subosito/gotenv v1.2.0 // indirect
9191
github.com/x448/float16 v0.8.4 // indirect
9292
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
9393
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
9494
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
9595
go.uber.org/multierr v1.11.0 // indirect
96-
golang.org/x/net v0.38.0 // indirect
97-
golang.org/x/oauth2 v0.27.0 // indirect
98-
golang.org/x/sync v0.12.0 // indirect
99-
golang.org/x/sys v0.31.0 // indirect
100-
golang.org/x/term v0.30.0 // indirect
96+
golang.org/x/net v0.40.0 // indirect
97+
golang.org/x/oauth2 v0.28.0 // indirect
98+
golang.org/x/sync v0.15.0 // indirect
99+
golang.org/x/sys v0.33.0 // indirect
100+
golang.org/x/term v0.32.0 // indirect
101101
golang.org/x/time v0.9.0 // indirect
102-
golang.org/x/tools v0.28.0 // indirect
102+
golang.org/x/tools v0.33.0 // indirect
103103
google.golang.org/protobuf v1.36.5 // indirect
104104
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
105105
gopkg.in/inf.v0 v0.9.1 // indirect

0 commit comments

Comments
 (0)