You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
obfs4/go.mod

15 lines
382 B
Modula-2

module gitlab.com/yawning/obfs4.git
require (
filippo.io/edwards25519 v1.0.0
github.com/dchest/siphash v1.2.3
gitlab.com/yawning/edwards25519-extra.git v0.0.0-20220726154925-def713fd18e4
gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/goptlib v1.4.0
golang.org/x/crypto v0.11.0
golang.org/x/net v0.12.0
)
require golang.org/x/sys v0.10.0 // indirect
go 1.20