mirror of
https://github.com/cbeuw/Cloak.git
synced 2024-11-03 23:15:18 +00:00
14 lines
347 B
Modula-2
14 lines
347 B
Modula-2
module github.com/cbeuw/Cloak
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/boltdb/bolt v1.3.1
|
|
github.com/cbeuw/ratelimit v1.1.0
|
|
github.com/gorilla/mux v1.7.3
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
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
|
|
)
|