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

11 lines
326 B
Modula-2

module github.com/cbeuw/Cloak
require (
github.com/boltdb/bolt v1.3.1
github.com/gorilla/mux v1.7.3
github.com/juju/ratelimit v1.0.1
golang.org/x/crypto v0.0.0-20190123085648-057139ce5d2b
golang.org/x/sys v0.0.0-20190124100055-b90733256f2e // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)