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 (
|
|
|
|
github.com/boltdb/bolt v1.3.1
|
2019-08-04 16:16:18 +00:00
|
|
|
github.com/cbeuw/ratelimit v1.1.0
|
2019-07-25 11:17:29 +00:00
|
|
|
github.com/gorilla/mux v1.7.3
|
2019-07-28 10:57:32 +00:00
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
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
|
|
|
|
)
|