wg-portal/go.mod

26 lines
946 B
Modula-2
Raw Normal View History

2020-11-05 13:37:51 -05:00
module github.com/h44z/wg-portal
go 1.16
2020-11-05 13:37:51 -05:00
require (
2020-11-09 14:26:34 -05:00
github.com/gin-contrib/sessions v0.0.3
2020-11-05 13:37:51 -05:00
github.com/gin-gonic/gin v1.6.3
github.com/go-ldap/ldap/v3 v3.2.4
2020-11-07 12:36:23 -05:00
github.com/go-playground/validator/v10 v10.2.0
2020-11-05 13:37:51 -05:00
github.com/gorilla/sessions v1.2.1 // indirect
2020-11-09 14:26:34 -05:00
github.com/jordan-wright/email v4.0.1-0.20200917010138-e1c00e156980+incompatible
2020-11-05 13:37:51 -05:00
github.com/kelseyhightower/envconfig v1.4.0
2020-12-18 15:54:57 -05:00
github.com/milosgajdos/tenus v0.0.3
github.com/pkg/errors v0.9.1
2020-11-05 13:37:51 -05:00
github.com/sirupsen/logrus v1.7.0
2020-11-06 06:21:47 -05:00
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
2020-11-10 16:23:05 -05:00
github.com/tatsushid/go-fastping v0.0.0-20160109021039-d7bb493dee3e
2021-01-13 11:27:01 -05:00
github.com/toorop/gin-logrus v0.0.0-20200831135515-d2ee50d38dae
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9
2020-11-05 13:37:51 -05:00
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20200609130330-bd2cb7843e1b
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
gorm.io/driver/mysql v1.0.4
2020-11-05 13:37:51 -05:00
gorm.io/driver/sqlite v1.1.3
gorm.io/gorm v1.20.12
2020-11-05 13:37:51 -05:00
)