Skip to content

Commit

Permalink
go.mod: update dependencies (cosmos#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgrinaker authored Nov 12, 2020
1 parent f052be2 commit f30bd95
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 12 deletions.
11 changes: 5 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@ require (
github.com/confio/ics23/go v0.6.3
github.com/gogo/gateway v1.1.0
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.4.2
github.com/golang/protobuf v1.4.3
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2
github.com/grpc-ecosystem/grpc-gateway v1.15.2
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1
github.com/tendermint/tendermint v0.34.0-rc4
github.com/tendermint/tendermint v0.34.0-rc6
github.com/tendermint/tm-db v0.6.3
golang.org/x/crypto v0.0.0-20201012173705-84dcc777aaee
google.golang.org/genproto v0.0.0-20201014134559-03b6142f0dc9
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
google.golang.org/genproto v0.0.0-20201111145450-ac7456db90a6
google.golang.org/grpc v1.33.2
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
)
Loading

0 comments on commit f30bd95

Please sign in to comment.