Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoubfaouzi committed Jan 6, 2022
1 parent cd73d5f commit dada366
Show file tree
Hide file tree
Showing 2 changed files with 561 additions and 113 deletions.
20 changes: 9 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,19 @@ go 1.16
require (
github.com/aws/aws-sdk-go v1.23.4
github.com/couchbase/gocb/v2 v2.2.3
github.com/go-playground/locales v0.13.0
github.com/go-playground/universal-translator v0.17.0
github.com/go-playground/validator/v10 v10.6.1
github.com/go-playground/locales v0.14.0
github.com/go-playground/universal-translator v0.18.0
github.com/go-playground/validator/v10 v10.10.0
github.com/golang-jwt/jwt v3.2.1+incompatible
github.com/google/uuid v1.2.0
github.com/google/uuid v1.3.0
github.com/h2non/filetype v1.1.1
github.com/kr/pretty v0.2.1 // indirect
github.com/labstack/echo/v4 v4.4.0
github.com/leodido/go-urn v1.2.1 // indirect
github.com/minio/minio-go/v7 v7.0.12
github.com/nsqio/go-nsq v1.0.8
github.com/spf13/viper v1.7.1
github.com/minio/minio-go/v7 v7.0.20
github.com/nsqio/go-nsq v1.1.0
github.com/spf13/viper v1.10.1
github.com/stretchr/testify v1.7.0
github.com/xhit/go-simple-mail/v2 v2.10.0
github.com/yeka/zip v0.0.0-20180914125537-d046722c6feb
go.uber.org/zap v1.17.0
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
go.uber.org/zap v1.20.0
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
)
Loading

0 comments on commit dada366

Please sign in to comment.