Bump golang.org/x/net from 0.35.0 to 0.37.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.35.0 to 0.37.0.
- [Commits](https://github.com/golang/net/compare/v0.35.0...v0.37.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-06 04:35:11 +00:00 committed by GitHub
parent 60a1f6073d
commit b29b4033a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 12 deletions

8
go.mod
View file

@ -7,7 +7,7 @@ require (
github.com/WJQSERVER-STUDIO/go-utils/logger v1.4.0
github.com/gin-gonic/gin v1.10.0
github.com/satomitouka/touka-httpc v0.2.0
golang.org/x/net v0.35.0
golang.org/x/net v0.37.0
golang.org/x/time v0.10.0
)
@ -32,9 +32,9 @@ require (
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/ugorji/go/codec v1.2.12 // indirect
golang.org/x/arch v0.14.0 // indirect
golang.org/x/crypto v0.35.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.22.0 // indirect
golang.org/x/crypto v0.36.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/text v0.23.0 // indirect
google.golang.org/protobuf v1.36.5 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)