Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/golang/protobuf from 1.4.3 to 1.5.1 #127

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions go.mod
Expand Up @@ -7,7 +7,7 @@ require (
github.com/dgraph-io/badger/v2 v2.2007.2
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/ethereum/go-ethereum v1.9.22
github.com/golang/protobuf v1.4.3
github.com/golang/protobuf v1.5.1
github.com/google/uuid v1.1.2
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/jessevdk/go-flags v1.4.0
Expand All @@ -17,12 +17,12 @@ require (
go.uber.org/zap v1.16.0
golang.org/x/tools v0.0.0-20201022035929-9cf592e881e9 // indirect
google.golang.org/genproto v0.0.0-20200904004341-0bd0a958aa1d
google.golang.org/grpc v1.33.2
google.golang.org/protobuf v1.25.0
google.golang.org/grpc v1.36.0
google.golang.org/protobuf v1.26.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/validator.v2 v2.0.0-20200605151824-2b28d334fa05
gorm.io/driver/sqlite v1.1.3
gorm.io/gorm v1.20.7
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.21.3
)

go 1.14