utls/go.mod
dependabot[bot] 2abbd26d49
build(deps): 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: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-13 01:46:55 +00:00

19 lines
382 B
Modula-2

module github.com/refraction-networking/utls
go 1.24.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.35.0
golang.org/x/net v0.36.0
golang.org/x/sys v0.30.0
)
require golang.org/x/text v0.22.0 // indirect