Newer
Older
wg-portal / go.mod
@Christoph Haas Christoph Haas on 27 May 2022 1 KB update dependencies
module github.com/h44z/wg-portal

go 1.16

require (
	git.prolicht.digital/pub/healthcheck v1.0.1
	github.com/dchest/uniuri v0.0.0-20200228104902-7aecb25e1fe5 // indirect
	github.com/evanphx/json-patch v0.5.2
	github.com/gin-contrib/sessions v0.0.5
	github.com/gin-gonic/gin v1.7.7
	github.com/go-ldap/ldap/v3 v3.4.3
	github.com/go-openapi/spec v0.20.6 // indirect
	github.com/go-openapi/swag v0.21.1 // indirect
	github.com/go-playground/validator/v10 v10.11.0
	github.com/go-test/deep v1.0.8 // indirect
	github.com/golang/protobuf v1.5.2 // indirect
	github.com/google/go-cmp v0.5.8 // indirect
	github.com/json-iterator/go v1.1.12 // indirect
	github.com/kelseyhightower/envconfig v1.4.0
	github.com/mailru/easyjson v0.7.7 // indirect
	github.com/mattn/go-isatty v0.0.14 // indirect
	github.com/milosgajdos/tenus v0.0.3
	github.com/pkg/errors v0.9.1
	github.com/sirupsen/logrus v1.8.1
	github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
	github.com/swaggo/gin-swagger v1.4.3
	github.com/swaggo/swag v1.8.2
	github.com/tatsushid/go-fastping v0.0.0-20160109021039-d7bb493dee3e
	github.com/toorop/gin-logrus v0.0.0-20210225092905-2c785434f26f
	github.com/utrack/gin-csrf v0.0.0-20190424104817-40fb8d2c8fca
	github.com/xhit/go-simple-mail/v2 v2.11.0
	golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
	golang.org/x/net v0.0.0-20220526153639-5463443f8c37 // indirect
	golang.org/x/sync v0.0.0-20220513210516-0976fa681c29 // indirect
	golang.zx2c4.com/wireguard/wgctrl v0.0.0-20220504211119-3d4a969bb56b
	google.golang.org/protobuf v1.28.0 // indirect
	gopkg.in/yaml.v3 v3.0.0
	gorm.io/driver/mysql v1.3.3
	gorm.io/driver/sqlite v1.3.2
	gorm.io/gorm v1.23.5
)