mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-11 03:57:01 +00:00
Upgrade golang.org/x/net to 0.11 (#2676)
This commit is contained in:
10
go.mod
10
go.mod
@@ -25,7 +25,7 @@ require (
|
||||
github.com/teambition/rrule-go v1.8.2
|
||||
go.uber.org/multierr v1.7.0
|
||||
go.uber.org/zap v1.24.0
|
||||
golang.org/x/net v0.9.0
|
||||
golang.org/x/net v0.11.0
|
||||
golang.org/x/oauth2 v0.7.0
|
||||
golang.org/x/sync v0.1.0
|
||||
gomodules.xyz/jsonpatch/v2 v2.2.0
|
||||
@@ -90,10 +90,10 @@ require (
|
||||
github.com/stretchr/objx v0.5.0 // indirect
|
||||
github.com/urfave/cli v1.22.2 // indirect
|
||||
go.uber.org/atomic v1.7.0 // indirect
|
||||
golang.org/x/crypto v0.7.0 // indirect
|
||||
golang.org/x/sys v0.7.0 // indirect
|
||||
golang.org/x/term v0.7.0 // indirect
|
||||
golang.org/x/text v0.9.0 // indirect
|
||||
golang.org/x/crypto v0.10.0 // indirect
|
||||
golang.org/x/sys v0.9.0 // indirect
|
||||
golang.org/x/term v0.9.0 // indirect
|
||||
golang.org/x/text v0.10.0 // indirect
|
||||
golang.org/x/time v0.3.0 // indirect
|
||||
golang.org/x/tools v0.6.0 // indirect
|
||||
google.golang.org/appengine v1.6.7 // indirect
|
||||
|
||||
Reference in New Issue
Block a user