@@ -5,21 +5,19 @@ go 1.16
5
5
require (
6
6
github.com/aws/aws-sdk-go v1.23.4
7
7
github.com/couchbase/gocb/v2 v2.2.3
8
- github.com/go-playground/locales v0.13 .0
9
- github.com/go-playground/universal-translator v0.17 .0
10
- github.com/go-playground/validator/v10 v10.6.1
8
+ github.com/go-playground/locales v0.14 .0
9
+ github.com/go-playground/universal-translator v0.18 .0
10
+ github.com/go-playground/validator/v10 v10.10.0
11
11
github.com/golang-jwt/jwt v3.2.1+incompatible
12
- github.com/google/uuid v1.2 .0
12
+ github.com/google/uuid v1.3 .0
13
13
github.com/h2non/filetype v1.1.1
14
- github.com/kr/pretty v0.2.1 // indirect
15
14
github.com/labstack/echo/v4 v4.4.0
16
- github.com/leodido/go-urn v1.2.1 // indirect
17
- github.com/minio/minio-go/v7 v7.0.12
18
- github.com/nsqio/go-nsq v1.0.8
19
- github.com/spf13/viper v1.7.1
15
+ github.com/minio/minio-go/v7 v7.0.20
16
+ github.com/nsqio/go-nsq v1.1.0
17
+ github.com/spf13/viper v1.10.1
20
18
github.com/stretchr/testify v1.7.0
21
19
github.com/xhit/go-simple-mail/v2 v2.10.0
22
20
github.com/yeka/zip v0.0.0-20180914125537-d046722c6feb
23
- go.uber.org/zap v1.17 .0
24
- golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
21
+ go.uber.org/zap v1.20 .0
22
+ golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
25
23
)
0 commit comments