2019-01-24 23:07:51 +00:00
|
|
|
module github.com/cbeuw/Cloak
|
|
|
|
|
2020-04-10 19:21:03 +00:00
|
|
|
go 1.13
|
2019-08-04 16:16:18 +00:00
|
|
|
|
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
|
2019-07-25 11:17:29 +00:00
|
|
|
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
|
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-04-11 22:09:29 +00:00
|
|
|
go.etcd.io/bbolt v1.3.4
|
2020-04-15 20:55:17 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200414173820-0848c9571904
|
|
|
|
golang.org/x/sys v0.0.0-20200413165638-669c56c373c4 // indirect
|
2019-01-24 23:07:51 +00:00
|
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
|
|
)
|