-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (22 loc) · 953 Bytes
/
go.mod
File metadata and controls
24 lines (22 loc) · 953 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/joncooperworks/wireguardhttps
go 1.14
require (
github.com/gin-contrib/gzip v0.0.2
github.com/gin-contrib/secure v0.0.1
github.com/gin-contrib/static v0.0.0-20191128031702-f81c604d8ac2
github.com/gin-gonic/gin v1.6.3
github.com/gorilla/csrf v1.7.0
github.com/gorilla/sessions v1.1.1
github.com/gwatts/gin-adapter v0.0.0-20170508204228-c44433c485ad
github.com/jinzhu/gorm v1.9.12
github.com/markbates/goth v1.64.0
github.com/joncooperworks/grpcauth v0.0.0-20201207192531-3de69fa0885f
github.com/joncooperworks/wgrpcd v0.0.0-20201208043129-ec801b5b5613
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/t-tiger/gorm-bulk-insert v1.3.0
github.com/urfave/cli/v2 v2.2.0
golang.org/x/crypto v0.0.0-20200204104054-c9f3fb736b72
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20200609130330-bd2cb7843e1b
google.golang.org/grpc v1.35.0-dev
)