mirror of
https://github.com/evilsocket/shieldwall.git
synced 2021-09-07 00:28:37 +03:00
23 lines
739 B
Modula-2
23 lines
739 B
Modula-2
module github.com/evilsocket/shieldwall
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/badoux/checkmail v1.2.1
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/elazarl/go-bindata-assetfs v1.0.1
|
|
github.com/evilsocket/islazy v1.10.6
|
|
github.com/go-bindata/go-bindata v3.1.2+incompatible // indirect
|
|
github.com/go-chi/chi v1.5.1
|
|
github.com/go-chi/cors v1.1.1
|
|
github.com/go-chi/httprate v0.4.0
|
|
github.com/ilyakaznacheev/cleanenv v1.2.5
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
gorm.io/datatypes v1.0.0
|
|
gorm.io/driver/postgres v1.0.5
|
|
gorm.io/gorm v1.20.5
|
|
)
|