bump golang.org/x/net to v0.43.0 for security fixes
Some checks failed
Build and Push to Docker Hub on push to any branch / docker (push) Has been cancelled

- Upgraded golang.org/x/net from v0.33.0 to v0.43.0
- Addresses: CVE-2025-22870 and CVE-2025-22872
- No functional changes or breaking updates
This commit is contained in:
Noah 2025-08-08 01:19:10 +02:00
parent b0d68f3a83
commit 3cf9c8eea4
4 changed files with 31 additions and 27 deletions

14
go.mod
View file

@ -1,19 +1,19 @@
module watn3y/steamsalty
go 1.23.4
go 1.24.6
require (
github.com/Philipp15b/go-steamapi v0.0.0-20210114153316-ec4fdd23b4c1
github.com/PuerkitoBio/goquery v1.10.0
github.com/PuerkitoBio/goquery v1.10.3
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
github.com/rs/zerolog v1.33.0
github.com/sethvargo/go-envconfig v1.1.0
github.com/rs/zerolog v1.34.0
github.com/sethvargo/go-envconfig v1.3.0
)
require (
github.com/andybalholm/cascadia v1.3.3 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/net v0.43.0 // indirect
golang.org/x/sys v0.35.0 // indirect
)