File: go.mod

package info (click to toggle)
golang-refraction-networking-utls 1.2.1-3.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,072 kB
  • sloc: asm: 67; makefile: 5
file content (15 lines) | stat: -rw-r--r-- 286 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module github.com/refraction-networking/utls

go 1.19

require (
	github.com/andybalholm/brotli v1.0.4
	github.com/klauspost/compress v1.15.15
	golang.org/x/crypto v0.5.0
	golang.org/x/net v0.5.0
)

require (
	golang.org/x/sys v0.4.0 // indirect
	golang.org/x/text v0.6.0 // indirect
)