1
1
module github.com/appuio/control-api
2
2
3
- go 1.20
3
+ go 1.21
4
+
5
+ toolchain go1.23.4
4
6
5
7
require (
6
- github.com/Masterminds/sprig/v3 v3.2.3
8
+ github.com/Masterminds/sprig/v3 v3.3.0
7
9
github.com/appuio/go-odoo v0.4.0
8
10
github.com/go-logr/zapr v1.3.0
9
- github.com/google/uuid v1.4 .0
11
+ github.com/google/uuid v1.6 .0
10
12
github.com/prometheus/client_golang v1.17.0
11
13
github.com/robfig/cron/v3 v3.0.1
12
14
github.com/spf13/cobra v1.8.0
@@ -28,15 +30,16 @@ require (
28
30
)
29
31
30
32
require (
33
+ dario.cat/mergo v1.0.1 // indirect
31
34
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
33
36
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
35
38
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
40
43
)
41
44
42
45
require (
@@ -69,7 +72,7 @@ require (
69
72
github.com/golang/protobuf v1.5.3 // indirect
70
73
github.com/google/cel-go v0.13.0 // indirect
71
74
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
73
76
github.com/google/gofuzz v1.2.0 // indirect
74
77
github.com/google/safetext v0.0.0-20230103122802-988f86758b18 // indirect
75
78
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
@@ -111,16 +114,16 @@ require (
111
114
go.opentelemetry.io/otel/trace v1.11.2 // indirect
112
115
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
113
116
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
117
120
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
122
125
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
124
127
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
125
128
google.golang.org/appengine v1.6.7 // indirect
126
129
google.golang.org/genproto v0.0.0-20230104163317-caabf589fcbf // indirect
0 commit comments