1
1
module github.com/solo-io/external-apis
2
2
3
- go 1.23.2
3
+ go 1.24.0
4
4
5
5
require (
6
6
github.com/aws/aws-app-mesh-controller-for-k8s v1.1.1
@@ -10,7 +10,7 @@ require (
10
10
github.com/rotisserie/eris v0.1.1
11
11
github.com/servicemeshinterface/smi-sdk-go v0.4.1
12
12
github.com/solo-io/istio-operator-legacy v1.23.3
13
- github.com/solo-io/skv2 v0.42 .0
13
+ github.com/solo-io/skv2 v0.43 .0
14
14
istio.io/client-go v1.24.0
15
15
k8s.io/api v0.32.2
16
16
k8s.io/apiextensions-apiserver v0.32.2
@@ -120,10 +120,10 @@ require (
120
120
github.com/shirou/gopsutil/v3 v3.23.2 // indirect
121
121
github.com/shopspring/decimal v1.4.0 // indirect
122
122
github.com/sirupsen/logrus v1.9.3 // indirect
123
- github.com/solo-io/anyvendor v0.0.4 // indirect
123
+ github.com/solo-io/anyvendor v0.2.0 // indirect
124
124
github.com/solo-io/cue v0.4.7 // indirect
125
- github.com/solo-io/go-utils v0.27 .4 // indirect
126
- github.com/solo-io/protoc-gen-ext v0.0.20 // indirect
125
+ github.com/solo-io/go-utils v0.28 .4 // indirect
126
+ github.com/solo-io/protoc-gen-ext v0.1.0 // indirect
127
127
github.com/sourcegraph/conc v0.3.0 // indirect
128
128
github.com/spf13/afero v1.11.0 // indirect
129
129
github.com/spf13/cast v1.7.0 // indirect
0 commit comments