2019-01-24 23:07:51 +00:00
|
|
|
module github.com/cbeuw/Cloak
|
|
|
|
|
2019-08-04 16:16:18 +00:00
|
|
|
go 1.12
|
|
|
|
|
2019-01-24 23:07:51 +00:00
|
|
|
require (
|
2019-09-02 13:03:10 +00:00
|
|
|
github.com/Yawning/chacha20 v0.0.0-20170904085104-e3b1f968fc63 // indirect
|
2019-01-24 23:07:51 +00:00
|
|
|
github.com/boltdb/bolt v1.3.1
|
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
|
2019-07-28 10:57:32 +00:00
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
2020-01-09 10:22:40 +00:00
|
|
|
github.com/mitchellh/gox v1.0.1 // indirect
|
2019-09-02 13:03:10 +00:00
|
|
|
github.com/refraction-networking/utls v0.0.0-20190824032329-cc2996c81813
|
2019-08-02 14:45:33 +00:00
|
|
|
github.com/sirupsen/logrus v1.4.2
|
2019-08-04 16:16:18 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
|
2019-01-24 23:07:51 +00:00
|
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
|
|
)
|