steamsalty/go.mod
Noah Theus 3cf9c8eea4
Some checks failed
Build and Push to Docker Hub on push to any branch / docker (push) Has been cancelled
bump golang.org/x/net to v0.43.0 for security fixes
- 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
2025-08-08 01:19:10 +02:00

19 lines
531 B
Modula-2

module watn3y/steamsalty
go 1.24.6
require (
github.com/Philipp15b/go-steamapi v0.0.0-20210114153316-ec4fdd23b4c1
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.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.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/net v0.43.0 // indirect
golang.org/x/sys v0.35.0 // indirect
)