Skip to content

Commit 7a7357a

Browse files
Update module github.com/Masterminds/sprig/v3 to v3.3.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fd065b5 commit 7a7357a

File tree

2 files changed

+83
-71
lines changed

2 files changed

+83
-71
lines changed

go.mod

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
module github.com/appuio/control-api
22

3-
go 1.20
3+
go 1.21
4+
5+
toolchain go1.23.4
46

57
require (
6-
github.com/Masterminds/sprig/v3 v3.2.3
8+
github.com/Masterminds/sprig/v3 v3.3.0
79
github.com/appuio/go-odoo v0.4.0
810
github.com/go-logr/zapr v1.3.0
9-
github.com/google/uuid v1.4.0
11+
github.com/google/uuid v1.6.0
1012
github.com/prometheus/client_golang v1.17.0
1113
github.com/robfig/cron/v3 v3.0.1
1214
github.com/spf13/cobra v1.8.0
@@ -28,15 +30,16 @@ require (
2830
)
2931

3032
require (
33+
dario.cat/mergo v1.0.1 // indirect
3134
github.com/Masterminds/goutils v1.1.1 // indirect
32-
github.com/Masterminds/semver/v3 v3.2.0 // indirect
35+
github.com/Masterminds/semver/v3 v3.3.0 // indirect
3336
github.com/go-chi/chi/v5 v5.0.8 // indirect
34-
github.com/huandu/xstrings v1.3.3 // indirect
37+
github.com/huandu/xstrings v1.5.0 // indirect
3538
github.com/kolo/xmlrpc v0.0.0-20220921171641-a4b6fa1dd06b // indirect
36-
github.com/mitchellh/copystructure v1.0.0 // indirect
37-
github.com/mitchellh/reflectwalk v1.0.0 // indirect
38-
github.com/shopspring/decimal v1.2.0 // indirect
39-
github.com/spf13/cast v1.5.0 // indirect
39+
github.com/mitchellh/copystructure v1.2.0 // indirect
40+
github.com/mitchellh/reflectwalk v1.0.2 // indirect
41+
github.com/shopspring/decimal v1.4.0 // indirect
42+
github.com/spf13/cast v1.7.0 // indirect
4043
)
4144

4245
require (
@@ -69,7 +72,7 @@ require (
6972
github.com/golang/protobuf v1.5.3 // indirect
7073
github.com/google/cel-go v0.13.0 // indirect
7174
github.com/google/gnostic v0.6.9 // indirect
72-
github.com/google/go-cmp v0.5.9 // indirect
75+
github.com/google/go-cmp v0.6.0 // indirect
7376
github.com/google/gofuzz v1.2.0 // indirect
7477
github.com/google/safetext v0.0.0-20230103122802-988f86758b18 // indirect
7578
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
@@ -111,16 +114,16 @@ require (
111114
go.opentelemetry.io/otel/trace v1.11.2 // indirect
112115
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
113116
go.starlark.net v0.0.0-20230103143115-09991d3a103e // indirect
114-
golang.org/x/crypto v0.14.0 // indirect
115-
golang.org/x/mod v0.11.0 // indirect
116-
golang.org/x/net v0.17.0 // indirect
117+
golang.org/x/crypto v0.26.0 // indirect
118+
golang.org/x/mod v0.17.0 // indirect
119+
golang.org/x/net v0.25.0 // indirect
117120
golang.org/x/oauth2 v0.8.0 // indirect
118-
golang.org/x/sync v0.3.0 // indirect
119-
golang.org/x/sys v0.13.0 // indirect
120-
golang.org/x/term v0.13.0 // indirect
121-
golang.org/x/text v0.13.0 // indirect
121+
golang.org/x/sync v0.8.0 // indirect
122+
golang.org/x/sys v0.23.0 // indirect
123+
golang.org/x/term v0.23.0 // indirect
124+
golang.org/x/text v0.17.0 // indirect
122125
golang.org/x/time v0.5.0
123-
golang.org/x/tools v0.6.0 // indirect
126+
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
124127
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
125128
google.golang.org/appengine v1.6.7 // indirect
126129
google.golang.org/genproto v0.0.0-20230104163317-caabf589fcbf // indirect

0 commit comments

Comments
 (0)