Skip to content

Commit dada366

Browse files
committed
chore: update dependencies
1 parent cd73d5f commit dada366

File tree

2 files changed

+561
-113
lines changed

2 files changed

+561
-113
lines changed

go.mod

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,19 @@ go 1.16
55
require (
66
github.com/aws/aws-sdk-go v1.23.4
77
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
1111
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
1313
github.com/h2non/filetype v1.1.1
14-
github.com/kr/pretty v0.2.1 // indirect
1514
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
2018
github.com/stretchr/testify v1.7.0
2119
github.com/xhit/go-simple-mail/v2 v2.10.0
2220
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
2523
)

0 commit comments

Comments
 (0)