Skip to content

Commit

Permalink
Upgraded packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mortezaalizadeh committed Jun 20, 2021
1 parent 749bf3e commit 50354cb
Show file tree
Hide file tree
Showing 5 changed files with 107 additions and 88 deletions.
2 changes: 1 addition & 1 deletion contract/grpc/go/user-commons.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion contract/grpc/go/user-messages.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion contract/grpc/go/user-operations.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ require (
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
github.com/go-kit/kit v0.10.0
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
github.com/golang/mock v1.5.0
github.com/lestrrat-go/jwx v1.1.5
github.com/lucsky/cuid v1.0.2
github.com/micro-business/go-core v0.6.1
github.com/onsi/ginkgo v1.15.2
github.com/onsi/gomega v1.11.0
github.com/prometheus/client_golang v1.10.0
github.com/savsgio/atreugo/v11 v11.6.3
github.com/golang/mock v1.6.0
github.com/lestrrat-go/jwx v1.2.1
github.com/lucsky/cuid v1.2.0
github.com/micro-business/go-core v0.6.2
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.13.0
github.com/prometheus/client_golang v1.11.0
github.com/savsgio/atreugo/v11 v11.7.2
github.com/spf13/cobra v1.1.3
go.mongodb.org/mongo-driver v1.5.0
go.uber.org/zap v1.16.0
google.golang.org/grpc v1.36.1
google.golang.org/protobuf v1.25.0
go.mongodb.org/mongo-driver v1.5.3
go.uber.org/zap v1.17.0
google.golang.org/grpc v1.38.0
google.golang.org/protobuf v1.26.0
)

0 comments on commit 50354cb

Please sign in to comment.