| 12345678910111213141516171819202122 |
- module github.com/refraction-networking/gotapdance
- go 1.16
- require (
- git.torproject.org/pluggable-transports/goptlib.git v1.2.0
- github.com/golang/protobuf v1.5.2
- github.com/jinzhu/copier v0.3.5
- github.com/keltia/ripe-atlas v0.0.0-20211221125000-f6eb808d5dc6
- github.com/mroth/weightedrand v0.4.1
- github.com/pelletier/go-toml v1.9.4
- github.com/pkg/errors v0.9.1
- github.com/pkg/profile v1.6.0
- github.com/refraction-networking/utls v1.0.0
- github.com/sergeyfrolov/bsbuffer v0.0.0-20180903213811-94e85abb8507
- github.com/sirupsen/logrus v1.8.1
- github.com/stretchr/testify v1.7.1
- gitlab.com/yawning/obfs4.git v0.0.0-20190120164510-816cff15f425
- golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
- golang.org/x/net v0.0.0-20220412020605-290c469a71a5
- google.golang.org/protobuf v1.28.0
- )
|