-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (20 loc) · 739 Bytes
/
go.mod
File metadata and controls
22 lines (20 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
)