2021-04-06 12:23:23 +00:00
|
|
|
module github.com/vx3r/wg-gen-web
|
2020-01-30 06:45:49 +00:00
|
|
|
|
2021-04-06 12:23:23 +00:00
|
|
|
go 1.16
|
2020-01-30 06:45:49 +00:00
|
|
|
|
|
|
|
require (
|
2020-04-28 11:11:49 +00:00
|
|
|
github.com/coreos/go-oidc v2.2.1+incompatible
|
2020-01-30 06:45:49 +00:00
|
|
|
github.com/danielkov/gin-helmet v0.0.0-20171108135313-1387e224435e
|
2021-04-06 12:23:23 +00:00
|
|
|
github.com/elazarl/go-bindata-assetfs v1.0.0 // indirect
|
2020-03-18 06:57:15 +00:00
|
|
|
github.com/gin-contrib/cors v1.3.1
|
2021-04-06 12:23:23 +00:00
|
|
|
github.com/gin-contrib/static v0.0.1
|
|
|
|
github.com/gin-gonic/gin v1.6.3
|
2020-01-30 06:45:49 +00:00
|
|
|
github.com/joho/godotenv v1.3.0
|
2021-04-06 12:23:23 +00:00
|
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
|
2020-04-28 11:11:49 +00:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
|
|
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
|
2020-01-30 06:45:49 +00:00
|
|
|
github.com/satori/go.uuid v1.2.0
|
2021-04-06 12:23:23 +00:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
|
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
|
|
|
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602
|
|
|
|
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20200609130330-bd2cb7843e1b
|
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-04-28 11:11:49 +00:00
|
|
|
gopkg.in/square/go-jose.v2 v2.5.0 // indirect
|
2020-01-30 06:45:49 +00:00
|
|
|
)
|