mirror of
https://github.com/cbeuw/Cloak.git
synced 2024-11-11 13:11:03 +00:00
25 lines
984 B
Modula-2
25 lines
984 B
Modula-2
module github.com/cbeuw/Cloak
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/cbeuw/connutil v0.0.0-20200411160121-c5a5c4a9de14
|
|
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
|
|
github.com/gorilla/websocket v1.4.1
|
|
github.com/juju/ratelimit v1.0.1
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/mitchellh/gox v1.0.1 // indirect
|
|
github.com/refraction-networking/utls v0.0.0-20190909200633-43c36d3c1f57
|
|
github.com/sirupsen/logrus v1.5.0
|
|
github.com/stephens2424/writerset v1.0.2 // indirect
|
|
github.com/stretchr/testify v1.3.0
|
|
go.etcd.io/bbolt v1.3.4
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
golang.org/x/sys v0.0.0-20200413165638-669c56c373c4 // indirect
|
|
golang.org/x/tools v0.0.0-20201015182029-a5d9e455e9c4 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
)
|