go.mod 216 B

12345678910
  1. module www.bamsoftware.com/git/dnstt.git
  2. go 1.13
  3. require (
  4. github.com/flynn/noise v1.0.0
  5. github.com/xtaci/kcp-go/v5 v5.6.1
  6. github.com/xtaci/smux v1.5.15
  7. golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
  8. )