Skip to content

Commit 9e955b0

Browse files
authored
Merge pull request #453 from b-harvest/kogisin/451-bump-sdk-v0.44.1
feat: bump Cosmos SDK from v0.44.0 to v0.44.1
2 parents d893be7 + 2f6a621 commit 9e955b0

File tree

2 files changed

+380
-32
lines changed

2 files changed

+380
-32
lines changed

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ go 1.15
33
module github.com/tendermint/liquidity
44

55
require (
6-
github.com/cosmos/cosmos-sdk v0.44.0
6+
github.com/cosmos/cosmos-sdk v0.44.1
77
github.com/gogo/protobuf v1.3.3
88
github.com/golang/mock v1.6.0
99
github.com/golang/protobuf v1.5.2
@@ -12,15 +12,15 @@ require (
1212
github.com/grpc-ecosystem/grpc-gateway/v2 v2.0.1
1313
github.com/rakyll/statik v0.1.7
1414
github.com/spf13/cast v1.3.1
15-
github.com/spf13/cobra v1.1.3
15+
github.com/spf13/cobra v1.2.1
1616
github.com/spf13/pflag v1.0.5
17-
github.com/spf13/viper v1.8.0
17+
github.com/spf13/viper v1.8.1
1818
github.com/stretchr/testify v1.7.0
19-
github.com/tendermint/tendermint v0.34.12
19+
github.com/tendermint/tendermint v0.34.13
2020
github.com/tendermint/tm-db v0.6.4
2121
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
22-
google.golang.org/grpc v1.38.0
23-
google.golang.org/protobuf v1.26.0
22+
google.golang.org/grpc v1.40.0
23+
google.golang.org/protobuf v1.27.1
2424
gopkg.in/yaml.v2 v2.4.0
2525
)
2626

0 commit comments

Comments
 (0)