Update module golang.org/x/net to v0.20.0

This commit is contained in:
Renovate Bot 2024-01-28 20:14:37 +00:00
parent 53a2b91f9e
commit 81aec2e3ec
2 changed files with 9 additions and 3 deletions

6
go.mod
View file

@ -7,7 +7,7 @@ require (
github.com/disgoorg/disgo v0.17.0
github.com/disgoorg/log v1.2.1
github.com/disgoorg/snowflake/v2 v2.0.1
golang.org/x/net v0.19.0
golang.org/x/net v0.20.0
)
require (
@ -27,7 +27,7 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/sasha-s/go-csync v0.0.0-20210812194225-61421b77c44b // indirect
go.opencensus.io v0.24.0 // indirect
golang.org/x/crypto v0.16.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/sys v0.16.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
)