11module helm-template
22
3- go 1.25.4
3+ go 1.25.5
44
55// Always use the local version of troubleshoot so as to build using
66// the latest version of the library. This will ensure the example
@@ -9,17 +9,17 @@ replace github.com/replicatedhq/troubleshoot v0.0.0 => ../../../
99
1010require (
1111 github.com/replicatedhq/troubleshoot v0.0.0
12- helm.sh/helm/v3 v3.19.2
12+ helm.sh/helm/v3 v3.19.4
1313 sigs.k8s.io/yaml v1.6.0
1414)
1515
1616require (
1717 dario.cat/mergo v1.0.2 // indirect
18- github.com/BurntSushi/toml v1.5 .0 // indirect
18+ github.com/BurntSushi/toml v1.6 .0 // indirect
1919 github.com/Masterminds/goutils v1.1.1 // indirect
2020 github.com/Masterminds/semver/v3 v3.4.0 // indirect
2121 github.com/Masterminds/sprig/v3 v3.3.0 // indirect
22- github.com/cyphar/filepath-securejoin v0.6.0 // indirect
22+ github.com/cyphar/filepath-securejoin v0.6.1 // indirect
2323 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2424 github.com/emicklei/go-restful/v3 v3.12.2 // indirect
2525 github.com/fxamacker/cbor/v2 v2.9.0 // indirect
@@ -28,7 +28,6 @@ require (
2828 github.com/go-openapi/jsonreference v0.21.0 // indirect
2929 github.com/go-openapi/swag v0.23.1 // indirect
3030 github.com/gobwas/glob v0.2.3 // indirect
31- github.com/gogo/protobuf v1.3.2 // indirect
3231 github.com/google/gnostic-models v0.7.0 // indirect
3332 github.com/google/gofuzz v1.2.0 // indirect
3433 github.com/google/uuid v1.6.0 // indirect
@@ -46,29 +45,29 @@ require (
4645 github.com/shopspring/decimal v1.4.0 // indirect
4746 github.com/spf13/cast v1.10.0 // indirect
4847 github.com/x448/float16 v0.8.4 // indirect
49- go.yaml.in/yaml/v2 v2.4.2 // indirect
48+ go.yaml.in/yaml/v2 v2.4.3 // indirect
5049 go.yaml.in/yaml/v3 v3.0.4 // indirect
51- golang.org/x/crypto v0.45 .0 // indirect
52- golang.org/x/net v0.47 .0 // indirect
53- golang.org/x/oauth2 v0.30 .0 // indirect
54- golang.org/x/sys v0.38 .0 // indirect
55- golang.org/x/term v0.37 .0 // indirect
56- golang.org/x/text v0.31 .0 // indirect
57- golang.org/x/time v0.12 .0 // indirect
58- google.golang.org/protobuf v1.36.6 // indirect
59- gopkg.in/evanphx/json-patch.v4 v4.12 .0 // indirect
50+ golang.org/x/crypto v0.46 .0 // indirect
51+ golang.org/x/net v0.48 .0 // indirect
52+ golang.org/x/oauth2 v0.33 .0 // indirect
53+ golang.org/x/sys v0.40 .0 // indirect
54+ golang.org/x/term v0.38 .0 // indirect
55+ golang.org/x/text v0.32 .0 // indirect
56+ golang.org/x/time v0.14 .0 // indirect
57+ google.golang.org/protobuf v1.36.10 // indirect
58+ gopkg.in/evanphx/json-patch.v4 v4.13 .0 // indirect
6059 gopkg.in/inf.v0 v0.9.1 // indirect
6160 gopkg.in/yaml.v2 v2.4.0 // indirect
6261 gopkg.in/yaml.v3 v3.0.1 // indirect
63- k8s.io/api v0.34.1 // indirect
64- k8s.io/apiextensions-apiserver v0.34.1 // indirect
65- k8s.io/apimachinery v0.34.1 // indirect
66- k8s.io/client-go v0.34.1 // indirect
62+ k8s.io/api v0.35.0 // indirect
63+ k8s.io/apiextensions-apiserver v0.35.0 // indirect
64+ k8s.io/apimachinery v0.35.0 // indirect
65+ k8s.io/client-go v0.35.0 // indirect
6766 k8s.io/klog/v2 v2.130.1 // indirect
68- k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
69- k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
67+ k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
68+ k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 // indirect
7069 sigs.k8s.io/controller-runtime v0.22.4 // indirect
71- sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
70+ sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
7271 sigs.k8s.io/randfill v1.0.0 // indirect
7372 sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
7473)
0 commit comments