Cloak/go.mod

25 lines
984 B
Modula-2
Raw Normal View History

2019-01-24 23:07:51 +00:00
module github.com/cbeuw/Cloak
go 1.14
2019-01-24 23:07:51 +00:00
require (
2020-04-11 21:45:31 +00:00
github.com/cbeuw/connutil v0.0.0-20200411160121-c5a5c4a9de14
2020-10-16 10:51:53 +00:00
github.com/dvyukov/go-fuzz v0.0.0-20201003075337-90825f39c90b // indirect
github.com/elazarl/go-bindata-assetfs v1.0.1 // indirect
github.com/gorilla/mux v1.7.3
2019-08-31 17:01:39 +00:00
github.com/gorilla/websocket v1.4.1
2019-08-17 10:23:26 +00:00
github.com/juju/ratelimit v1.0.1
2020-04-17 10:14:21 +00:00
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
2019-07-28 10:57:32 +00:00
github.com/kr/pretty v0.1.0 // indirect
github.com/mitchellh/gox v1.0.1 // indirect
2020-04-15 20:55:17 +00:00
github.com/refraction-networking/utls v0.0.0-20190909200633-43c36d3c1f57
2020-04-17 10:14:21 +00:00
github.com/sirupsen/logrus v1.5.0
2020-10-16 10:51:53 +00:00
github.com/stephens2424/writerset v1.0.2 // indirect
github.com/stretchr/testify v1.6.1
go.etcd.io/bbolt v1.3.4
2020-10-16 10:51:53 +00:00
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
2020-04-15 20:55:17 +00:00
golang.org/x/sys v0.0.0-20200413165638-669c56c373c4 // indirect
2020-10-16 10:51:53 +00:00
golang.org/x/tools v0.0.0-20201015182029-a5d9e455e9c4 // indirect
2019-01-24 23:07:51 +00:00
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)