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
7
7
require (
8
8
github.com/blang/semver/v4 v4.0.0
9
9
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
11
11
github.com/iancoleman/strcase v0.3.0
12
12
github.com/kr/text v0.2.0
13
13
github.com/onsi/ginkgo/v2 v2.17.1
@@ -80,6 +80,7 @@ require (
80
80
github.com/go-openapi/jsonpointer v0.19.6 // indirect
81
81
github.com/go-openapi/jsonreference v0.20.2 // indirect
82
82
github.com/go-openapi/swag v0.22.4 // indirect
83
+ github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
83
84
github.com/gobuffalo/flect v1.0.2 // indirect
84
85
github.com/gobwas/glob v0.2.3 // indirect
85
86
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
139
139
github.com/go-stack/stack v1.8.0 /go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY =
140
140
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 h1:tfuBGBXKqDEevZMzYi5KSi8KkcZtzBcTgAUUtapy0OI =
141
141
github.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 =
142
144
github.com/gobuffalo/flect v1.0.2 h1:eqjPGSo2WmjgY2XlpGwo2NXgL3RucAKo4k4qQMNA5sA =
143
145
github.com/gobuffalo/flect v1.0.2 /go.mod h1:A5msMlrHtLqh9umBSnvabjsMrCcCpAyzglnDvkbYKHs =
144
146
github.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 (
22
22
"os"
23
23
"text/template"
24
24
25
- sprig "github.com/go-task/slim-sprig"
25
+ sprig "github.com/go-task/slim-sprig/v3 "
26
26
"helm.sh/helm/v3/pkg/chart"
27
27
"helm.sh/helm/v3/pkg/chart/loader"
28
28
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
You can’t perform that action at this time.
0 commit comments