@@ -5,29 +5,28 @@ go 1.16
5
5
require (
6
6
github.com/DATA-DOG/go-sqlmock v1.5.0
7
7
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
8
- github.com/devplayer0/http-swagger v0.0.0-20200916205217-5f599a45ac7b
8
+ github.com/devplayer0/http-swagger v0.0.0-20210630134610-885621d08cdd
9
9
github.com/dgrijalva/jwt-go/v4 v4.0.0-preview1
10
10
github.com/fsnotify/fsnotify v1.4.9
11
- github.com/gabriel-vasile/mimetype v1.3.0
11
+ github.com/gabriel-vasile/mimetype v1.3.1
12
12
github.com/githubnemo/CompileDaemon v1.3.0
13
13
github.com/go-bindata/go-bindata/v3 v3.1.3
14
14
github.com/go-ozzo/ozzo-validation/v4 v4.3.0
15
15
github.com/gorilla/handlers v1.5.1
16
16
github.com/gorilla/mux v1.8.0
17
17
github.com/jstemmer/go-junit-report v0.9.1
18
18
github.com/mitchellh/mapstructure v1.4.1
19
- github.com/rs/cors v1.7 .0
19
+ github.com/rs/cors v1.8 .0
20
20
github.com/sirupsen/logrus v1.8.1
21
21
github.com/spf13/pflag v1.0.5
22
- github.com/spf13/viper v1.7 .1
22
+ github.com/spf13/viper v1.8 .1
23
23
github.com/steinfletcher/apitest v1.5.11
24
24
github.com/steinfletcher/apitest-jsonpath v1.7.1
25
25
github.com/stretchr/testify v1.7.0
26
26
github.com/t-yuki/gocover-cobertura v0.0.0-20180217150009-aaee18c8195c
27
- github.com/xhit/go-simple-mail/v2 v2.9.1
28
- golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
29
- golang.org/x/net v0.0.0-20210610132358-84b48f89b13b
30
- golang.org/x/sys v0.0.0-20210611083646-a4fc73990273
27
+ github.com/xhit/go-simple-mail/v2 v2.10.0
28
+ golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
29
+ golang.org/x/net v0.0.0-20210614182718-04defd469f4e
31
30
gorm.io/driver/postgres v1.0.8
32
31
gorm.io/gorm v1.21.3
33
32
)
0 commit comments