mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-03 20:17:36 +03:00
Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.3.6 to 1.3.7. - [Release notes](https://github.com/cloudflare/circl/releases) - [Commits](https://github.com/cloudflare/circl/compare/v1.3.6...v1.3.7) --- updated-dependencies: - dependency-name: github.com/cloudflare/circl dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
20 lines
416 B
Modula-2
20 lines
416 B
Modula-2
module github.com/refraction-networking/utls
|
|
|
|
go 1.20
|
|
|
|
retract (
|
|
v1.4.1 // #218
|
|
v1.4.0 // #218 panic on saveSessionTicket
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.5
|
|
github.com/cloudflare/circl v1.3.7
|
|
github.com/klauspost/compress v1.16.7
|
|
github.com/quic-go/quic-go v0.37.4
|
|
golang.org/x/crypto v0.17.0
|
|
golang.org/x/net v0.17.0
|
|
golang.org/x/sys v0.15.0
|
|
)
|
|
|
|
require golang.org/x/text v0.14.0 // indirect
|