You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Cloak/go.mod

12 lines
337 B
Modula-2

5 years ago
module github.com/cbeuw/Cloak
require (
github.com/boltdb/bolt v1.3.1
github.com/gorilla/mux v1.7.3
5 years ago
github.com/juju/ratelimit v1.0.1
github.com/kr/pretty v0.1.0 // indirect
5 years ago
github.com/sirupsen/logrus v1.4.2
golang.org/x/crypto v0.0.0-20190123085648-057139ce5d2b
5 years ago
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)