-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 760 Bytes
/
go.mod
File metadata and controls
20 lines (18 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/padloc/padlock-cloud
go 1.13
require (
github.com/golang/snappy v0.0.2-0.20190904063534-ff6b7dc882cf
github.com/gorilla/context v1.1.2-0.20190627024605-8559d4a6b87e
github.com/gorilla/csrf v1.6.2
github.com/gorilla/securecookie v1.1.2-0.20191028042304-61b4ad17eb88
github.com/hashicorp/golang-lru v0.5.3
github.com/pkg/errors v0.8.2-0.20200103123654-004deef56200
github.com/rs/cors v1.7.1-0.20191212210812-fdcf4f9773b8
github.com/rs/xhandler v0.0.0-20170707052532-1eb70cf1520d
github.com/syndtr/goleveldb v1.0.1-0.20190923125748-758128399b1d
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
gopkg.in/throttled/throttled.v2 v2.2.4
gopkg.in/tylerb/graceful.v1 v1.2.15
gopkg.in/urfave/cli.v1 v1.20.0
gopkg.in/yaml.v2 v2.2.7
)