mirror of
https://github.com/cbeuw/Cloak.git
synced 2024-11-03 23:15:18 +00:00
18 lines
595 B
Modula-2
18 lines
595 B
Modula-2
module github.com/cbeuw/Cloak
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/Yawning/chacha20 v0.0.0-20170904085104-e3b1f968fc63 // indirect
|
|
github.com/boltdb/bolt v1.3.1
|
|
github.com/cbeuw/connutil v0.0.0-20200407140739-52c0cf88d537
|
|
github.com/gorilla/mux v1.7.3
|
|
github.com/gorilla/websocket v1.4.1
|
|
github.com/juju/ratelimit v1.0.1
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/refraction-networking/utls v0.0.0-20190824032329-cc2996c81813
|
|
github.com/sirupsen/logrus v1.4.2
|
|
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
)
|