-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
34 lines (32 loc) · 1.21 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
module github.com/netsoc/iam
go 1.16
require (
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
github.com/dgrijalva/jwt-go/v4 v4.0.0-preview1
github.com/fsnotify/fsnotify v1.4.9
github.com/gabriel-vasile/mimetype v1.3.1
github.com/githubnemo/CompileDaemon v1.3.0
github.com/go-bindata/go-bindata/v3 v3.1.3
github.com/go-openapi/runtime v0.19.29
github.com/go-openapi/spec v0.20.3 // indirect
github.com/go-ozzo/ozzo-validation/v4 v4.3.0
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/jstemmer/go-junit-report v0.9.1
github.com/mitchellh/mapstructure v1.4.1
github.com/rs/cors v1.8.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.8.1
github.com/steinfletcher/apitest v1.5.11
github.com/steinfletcher/apitest-jsonpath v1.7.1
github.com/stretchr/testify v1.7.0
github.com/t-yuki/gocover-cobertura v0.0.0-20180217150009-aaee18c8195c
github.com/xhit/go-simple-mail/v2 v2.10.0
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
golang.org/x/tools v0.1.4 // indirect
gorm.io/driver/postgres v1.0.8
gorm.io/gorm v1.21.3
)