2020-01-30 06:45:49 +00:00
|
|
|
module gitlab.127-0-0-1.fr/vx3r/wg-gen-web
|
|
|
|
|
2020-03-31 06:35:02 +00:00
|
|
|
go 1.14
|
2020-01-30 06:45:49 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/danielkov/gin-helmet v0.0.0-20171108135313-1387e224435e
|
2020-03-18 06:57:15 +00:00
|
|
|
github.com/gin-contrib/cors v1.3.1
|
2020-01-30 06:45:49 +00:00
|
|
|
github.com/gin-contrib/static v0.0.0-20191128031702-f81c604d8ac2
|
2020-03-31 06:35:02 +00:00
|
|
|
github.com/gin-gonic/gin v1.6.2
|
2020-01-30 06:45:49 +00:00
|
|
|
github.com/joho/godotenv v1.3.0
|
|
|
|
github.com/satori/go.uuid v1.2.0
|
2020-03-24 07:03:47 +00:00
|
|
|
github.com/sirupsen/logrus v1.5.0
|
2020-01-30 06:45:49 +00:00
|
|
|
github.com/skip2/go-qrcode v0.0.0-20191027152451-9434209cb086
|
2020-03-31 06:35:02 +00:00
|
|
|
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20200324154536-ceff61240acf
|
2020-02-03 07:19:24 +00:00
|
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
2020-01-30 06:45:49 +00:00
|
|
|
)
|