Bump golang.org/x/net from 0.11.0 to 0.12.0 (#2750)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-07-18 12:07:33 +02:00
committed by GitHub
parent 9845a934f4
commit 5271f316e6
2 changed files with 15 additions and 15 deletions

10
go.mod
View File

@@ -25,7 +25,7 @@ require (
github.com/teambition/rrule-go v1.8.2
go.uber.org/multierr v1.10.0
go.uber.org/zap v1.24.0
golang.org/x/net v0.11.0
golang.org/x/net v0.12.0
golang.org/x/oauth2 v0.7.0
golang.org/x/sync v0.2.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.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/crypto v0.11.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/term v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/tools v0.9.3 // indirect
google.golang.org/appengine v1.6.7 // indirect