1
1
module github.com/solo-io/gloo
2
2
3
- go 1.23.6
3
+ go 1.24.0
4
4
5
5
// Note for developers: upgrading go will also require upgrading go in the following files:
6
6
// ./cloudbuild-cache.yaml,
@@ -49,17 +49,17 @@ require (
49
49
github.com/saiskee/gettercheck v0.0.0-20210820204958-38443d06ebe0
50
50
github.com/sergi/go-diff v1.2.0
51
51
github.com/solo-io/go-list-licenses v0.1.4
52
- github.com/solo-io/go-utils v0.27 .4
53
- github.com/solo-io/k8s-utils v0.9 .0
54
- github.com/solo-io/protoc-gen-ext v0.0.25
55
- github.com/solo-io/protoc-gen-openapi v0.2.5
56
- github.com/solo-io/skv2 v0.42 .0
52
+ github.com/solo-io/go-utils v0.28 .4
53
+ github.com/solo-io/k8s-utils v0.10 .0
54
+ github.com/solo-io/protoc-gen-ext v0.1.0
55
+ github.com/solo-io/protoc-gen-openapi v0.3.0
56
+ github.com/solo-io/skv2 v0.43 .0
57
57
58
58
// Pinned to the `k8s-1.32-bump` tag of solo-apis on `gloo-main` branch
59
59
// Ref: https://github.com/solo-io/gloo/pull/9463/files#r1594409655 && https://solo-io-corp.slack.com/archives/C03MFATU265/p1716913420716729?thread_ts=1716476992.938679&cid=C03MFATU265
60
60
// as to why it is now based off `gloo-main` and not `gloo-repo-branch`
61
61
github.com/solo-io/solo-apis v0.0.0-20250218202255-bad789c9de63
62
- github.com/solo-io/solo-kit v0.37 .0
62
+ github.com/solo-io/solo-kit v0.38 .0
63
63
github.com/spf13/afero v1.11.0
64
64
github.com/spf13/cobra v1.8.1
65
65
github.com/spf13/pflag v1.0.5
@@ -103,6 +103,7 @@ require (
103
103
github.com/prometheus/client_model v0.6.1
104
104
github.com/prometheus/common v0.62.0
105
105
github.com/quasilyte/go-ruleguard/dsl v0.3.22
106
+ github.com/solo-io/cue v0.4.7
106
107
github.com/stoewer/go-strcase v1.3.0
107
108
github.com/stretchr/testify v1.10.0
108
109
golang.org/x/exp v0.0.0-20241215155358-4a5509556b9e
@@ -274,6 +275,7 @@ require (
274
275
github.com/modern-go/reflect2 v1.0.2 // indirect
275
276
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
276
277
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
278
+ github.com/mpvl/unique v0.0.0-20150818121801-cbe035fff7de // indirect
277
279
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
278
280
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
279
281
github.com/oklog/run v1.0.0 // indirect
@@ -300,7 +302,7 @@ require (
300
302
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
301
303
github.com/shopspring/decimal v1.4.0 // indirect
302
304
github.com/sirupsen/logrus v1.9.3 // indirect
303
- github.com/solo-io/anyvendor v0.1 .0 // indirect
305
+ github.com/solo-io/anyvendor v0.2 .0 // indirect
304
306
github.com/sourcegraph/conc v0.3.0 // indirect
305
307
github.com/spf13/cast v1.7.0 // indirect
306
308
github.com/subosito/gotenv v1.6.0 // indirect
@@ -327,6 +329,7 @@ require (
327
329
golang.org/x/term v0.28.0 // indirect
328
330
golang.org/x/text v0.21.0 // indirect
329
331
golang.org/x/time v0.9.0 // indirect
332
+ golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
330
333
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
331
334
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
332
335
gopkg.in/inf.v0 v0.9.1 // indirect
0 commit comments