File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.21.8
77require (
88 github.com/blang/semver/v4 v4.0.0
99 github.com/go-logr/logr v1.4.1
10- github.com/go-task/slim-sprig v0 .0.0-20230315185526-52ccab3ef572
10+ github.com/go-task/slim-sprig/v3 v3 .0.0
1111 github.com/iancoleman/strcase v0.3.0
1212 github.com/kr/text v0.2.0
1313 github.com/onsi/ginkgo/v2 v2.17.1
@@ -80,6 +80,7 @@ require (
8080 github.com/go-openapi/jsonpointer v0.19.6 // indirect
8181 github.com/go-openapi/jsonreference v0.20.2 // indirect
8282 github.com/go-openapi/swag v0.22.4 // indirect
83+ github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
8384 github.com/gobuffalo/flect v1.0.2 // indirect
8485 github.com/gobwas/glob v0.2.3 // indirect
8586 github.com/gofrs/uuid v4.0.0+incompatible // indirect
Original file line number Diff line number Diff line change @@ -139,6 +139,8 @@ github.com/go-sql-driver/mysql v1.6.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LB
139139github.com/go-stack/stack v1.8.0 /go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY =
140140github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 h1:tfuBGBXKqDEevZMzYi5KSi8KkcZtzBcTgAUUtapy0OI =
141141github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 /go.mod h1:9Pwr4B2jHnOSGXyyzV8ROjYa2ojvAY6HCGYYfMoC3Ls =
142+ github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI =
143+ github.com/go-task/slim-sprig/v3 v3.0.0 /go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8 =
142144github.com/gobuffalo/flect v1.0.2 h1:eqjPGSo2WmjgY2XlpGwo2NXgL3RucAKo4k4qQMNA5sA =
143145github.com/gobuffalo/flect v1.0.2 /go.mod h1:A5msMlrHtLqh9umBSnvabjsMrCcCpAyzglnDvkbYKHs =
144146github.com/gobuffalo/logger v1.0.6 h1:nnZNpxYo0zx+Aj9RfMPBm+x9zAU2OayFh/xrAWi34HU =
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
2222 "os"
2323 "text/template"
2424
25- sprig "github.com/go-task/slim-sprig"
25+ sprig "github.com/go-task/slim-sprig/v3 "
2626 "helm.sh/helm/v3/pkg/chart"
2727 "helm.sh/helm/v3/pkg/chart/loader"
2828 metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
You can’t perform that action at this time.
0 commit comments