Cloak/go.mod

18 lines
595 B
Modula-2
Raw Normal View History

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-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
2020-04-10 19:21:03 +00:00
github.com/cbeuw/connutil v0.0.0-20200409114343-23adbdc5cc77
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
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
2020-04-10 19:21:03 +00:00
golang.org/x/crypto v0.0.0-20200406173513-056763e48d71
2019-01-24 23:07:51 +00:00
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)