go.mod 445 B

1234567891011121314
  1. module gitlab.com/yawning/obfs4.git
  2. require (
  3. filippo.io/edwards25519 v1.0.0-rc.1.0.20210721174708-390f27c3be20
  4. git.torproject.org/pluggable-transports/goptlib.git v1.0.0
  5. github.com/dchest/siphash v1.2.1
  6. gitlab.com/yawning/edwards25519-extra.git v0.0.0-20211229043746-2f91fcc9fbdb
  7. gitlab.com/yawning/utls.git v0.0.12-1
  8. golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
  9. golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
  10. )
  11. go 1.16