Skip to content

Commit 55a2c9b

Browse files
committed
upgrade go version
1 parent a9269e6 commit 55a2c9b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.26.1
1+
1.26.2

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sigs.k8s.io/aws-load-balancer-controller
22

3-
go 1.26.1
3+
go 1.26.2
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.40.0
@@ -30,6 +30,7 @@ require (
3030
github.com/onsi/gomega v1.39.1
3131
github.com/pkg/errors v0.9.1
3232
github.com/prometheus/client_golang v1.23.2
33+
github.com/spf13/cobra v1.10.0
3334
github.com/spf13/pflag v1.0.10
3435
github.com/stretchr/testify v1.11.1
3536
go.uber.org/zap v1.27.1
@@ -38,6 +39,7 @@ require (
3839
gomodules.xyz/jsonpatch/v2 v2.4.0
3940
google.golang.org/grpc v1.78.0
4041
google.golang.org/protobuf v1.36.11
42+
gopkg.in/yaml.v3 v3.0.1
4143
helm.sh/helm/v3 v3.18.5
4244
k8s.io/api v0.35.1
4345
k8s.io/apimachinery v0.35.1
@@ -148,7 +150,6 @@ require (
148150
github.com/shopspring/decimal v1.4.0 // indirect
149151
github.com/sirupsen/logrus v1.9.3 // indirect
150152
github.com/spf13/cast v1.7.0 // indirect
151-
github.com/spf13/cobra v1.10.0 // indirect
152153
github.com/stretchr/objx v0.5.2 // indirect
153154
github.com/valyala/bytebufferpool v1.0.0 // indirect
154155
github.com/valyala/fasthttp v1.34.0 // indirect
@@ -174,7 +175,6 @@ require (
174175
google.golang.org/genproto/googleapis/rpc v0.0.0-20251029180050-ab9386a59fda // indirect
175176
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
176177
gopkg.in/inf.v0 v0.9.1 // indirect
177-
gopkg.in/yaml.v3 v3.0.1 // indirect
178178
k8s.io/apiextensions-apiserver v0.35.1 // indirect
179179
k8s.io/apiserver v0.35.1 // indirect
180180
k8s.io/component-base v0.35.1 // indirect

0 commit comments

Comments
 (0)