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
|
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
|
2022-01-17 11:40:57 +00:00
|
|
|
github.com/gin-gonic/gin v1.7.7
|
|
|
|
github.com/go-playground/validator/v10 v10.10.0 // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
|
|
github.com/joho/godotenv v1.4.0
|
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
2020-04-28 11:11:49 +00:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2022-01-17 11:40:57 +00:00
|
|
|
github.com/pquerna/cachecontrol v0.1.0 // 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
|
2022-01-17 11:40:57 +00:00
|
|
|
github.com/ugorji/go v1.2.6 // indirect
|
|
|
|
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
|
2022-09-01 00:21:31 +00:00
|
|
|
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20220504211119-3d4a969bb56b
|
2022-01-17 11:40:57 +00:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
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
|
2022-01-17 11:40:57 +00:00
|
|
|
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2020-01-30 06:45:49 +00:00
|
|
|
)
|