go.mod 798 B

12345678910111213141516171819202122
  1. module github.com/refraction-networking/gotapdance
  2. go 1.16
  3. require (
  4. git.torproject.org/pluggable-transports/goptlib.git v1.2.0
  5. github.com/golang/protobuf v1.5.2
  6. github.com/jinzhu/copier v0.3.5
  7. github.com/keltia/ripe-atlas v0.0.0-20211221125000-f6eb808d5dc6
  8. github.com/mroth/weightedrand v0.4.1
  9. github.com/pelletier/go-toml v1.9.4
  10. github.com/pkg/errors v0.9.1
  11. github.com/pkg/profile v1.6.0
  12. github.com/refraction-networking/utls v1.0.0
  13. github.com/sergeyfrolov/bsbuffer v0.0.0-20180903213811-94e85abb8507
  14. github.com/sirupsen/logrus v1.8.1
  15. github.com/stretchr/testify v1.7.1
  16. gitlab.com/yawning/obfs4.git v0.0.0-20190120164510-816cff15f425
  17. golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
  18. golang.org/x/net v0.0.0-20220412020605-290c469a71a5
  19. google.golang.org/protobuf v1.28.0
  20. )