utls/go.mod
dependabot[bot] 8bcf883680
build(deps): bump golang.org/x/net from 0.23.0 to 0.33.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.23.0 to 0.33.0.
- [Commits](https://github.com/golang/net/compare/v0.23.0...v0.33.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-10 21:23:11 +00:00

19 lines
382 B
Modula-2

module github.com/refraction-networking/utls
go 1.22.0
retract (
v1.4.1 // #218
v1.4.0 // #218 panic on saveSessionTicket
)
require (
github.com/andybalholm/brotli v1.0.6
github.com/cloudflare/circl v1.5.0
github.com/klauspost/compress v1.17.4
golang.org/x/crypto v0.31.0
golang.org/x/net v0.33.0
golang.org/x/sys v0.28.0
)
require golang.org/x/text v0.21.0 // indirect