File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11module github.com/johnlam90/aws-multi-eni-controller
22
3- go 1.23
3+ go 1.23.0
44
55toolchain go1.24.2
66
@@ -71,7 +71,7 @@ require (
7171 go.uber.org/multierr v1.6.0 // indirect
7272 golang.org/x/net v0.23.0 // indirect
7373 golang.org/x/oauth2 v0.7.0 // indirect
74- golang.org/x/sys v0.26 .0 // indirect
74+ golang.org/x/sys v0.33 .0 // indirect
7575 golang.org/x/term v0.18.0 // indirect
7676 golang.org/x/text v0.14.0 // indirect
7777 gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
Original file line number Diff line number Diff line change @@ -260,8 +260,8 @@ golang.org/x/sys v0.0.0-20210510120138-977fb7262007/go.mod h1:oPkhp1MJrh7nUepCBc
260260golang.org/x/sys v0.0.0-20220908164124-27713097b956 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
261261golang.org/x/sys v0.2.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
262262golang.org/x/sys v0.10.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
263- golang.org/x/sys v0.26 .0 h1:KHjCJyddX0LoSTb3J+vWpupP9p0oznkqVk/IfjymZbo =
264- golang.org/x/sys v0.26 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
263+ golang.org/x/sys v0.33 .0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw =
264+ golang.org/x/sys v0.33 .0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
265265golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
266266golang.org/x/term v0.18.0 h1:FcHjZXDMxI8mM3nwhX9HlKop4C0YQvCVCdwYl2wOtE8 =
267267golang.org/x/term v0.18.0 /go.mod h1:ILwASektA3OnRv7amZ1xhE/KTR+u50pbXfZ03+6Nx58 =
You can’t perform that action at this time.
0 commit comments