utls/go.mod
dependabot[bot] 28c605fcc1
build(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.21.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.21.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-12 06:02:56 +00:00

19 lines
381 B
Modula-2

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