mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-03 20:17:36 +03:00
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.18.0 to 0.28.0. - [Commits](https://github.com/golang/sys/compare/v0.18.0...v0.28.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
19 lines
380 B
Modula-2
19 lines
380 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.0.6
|
|
github.com/cloudflare/circl v1.3.7
|
|
github.com/klauspost/compress v1.17.4
|
|
golang.org/x/crypto v0.21.0
|
|
golang.org/x/net v0.23.0
|
|
golang.org/x/sys v0.28.0
|
|
)
|
|
|
|
require golang.org/x/text v0.14.0 // indirect
|