Bump golang.org/x/net from 0.33.0 to 0.36.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.36.0.
- [Commits](https://github.com/golang/net/compare/v0.33.0...v0.36.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-03-18 12:48:27 +00:00
committed by GitHub
parent b33bf769f1
commit 28efdca899
2 changed files with 4 additions and 13 deletions
+2 -3
View File
@@ -1,8 +1,7 @@
module ncore-leaderboard
go 1.23
toolchain go1.23.2
toolchain go1.24.1
require (
github.com/PuerkitoBio/goquery v1.10.1
@@ -11,5 +10,5 @@ require (
require (
github.com/andybalholm/cascadia v1.3.3 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/net v0.36.0 // indirect
)