Skip to content

Commit 728ef6f

Browse files
authored
Updating to Go 1.24 (#53)
* Updating to Go 1.24 * Updated dependencies
1 parent 63f0e81 commit 728ef6f

File tree

2 files changed

+16
-83
lines changed

2 files changed

+16
-83
lines changed

go.mod

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/solo-io/external-apis
22

3-
go 1.23.2
3+
go 1.24.0
44

55
require (
66
github.com/aws/aws-app-mesh-controller-for-k8s v1.1.1
@@ -10,7 +10,7 @@ require (
1010
github.com/rotisserie/eris v0.1.1
1111
github.com/servicemeshinterface/smi-sdk-go v0.4.1
1212
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
1414
istio.io/client-go v1.24.0
1515
k8s.io/api v0.32.2
1616
k8s.io/apiextensions-apiserver v0.32.2
@@ -120,10 +120,10 @@ require (
120120
github.com/shirou/gopsutil/v3 v3.23.2 // indirect
121121
github.com/shopspring/decimal v1.4.0 // indirect
122122
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
124124
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
127127
github.com/sourcegraph/conc v0.3.0 // indirect
128128
github.com/spf13/afero v1.11.0 // indirect
129129
github.com/spf13/cast v1.7.0 // indirect

0 commit comments

Comments
 (0)