Skip to content

Commit

Permalink
Merge pull request #79 from e-money/upgrade-dep
Browse files Browse the repository at this point in the history
Upgrade SDK dependency
  • Loading branch information
haasted authored Jun 11, 2021
2 parents 6a5582b + 410cb5a commit 77d7b43
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 62 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/e-money/em-ledger
go 1.12

require (
github.com/cosmos/cosmos-sdk v0.39.1
github.com/cosmos/cosmos-sdk v0.39.3
github.com/gorilla/mux v1.7.4
github.com/onsi/ginkgo v1.7.0
github.com/onsi/gomega v1.4.3
Expand All @@ -12,8 +12,8 @@ require (
github.com/spf13/viper v1.6.3
github.com/stretchr/testify v1.6.1
github.com/tendermint/go-amino v0.15.1
github.com/tendermint/tendermint v0.33.7
github.com/tendermint/tm-db v0.5.1
github.com/tendermint/tendermint v0.33.9
github.com/tendermint/tm-db v0.5.2
github.com/tidwall/gjson v1.3.2
github.com/tidwall/sjson v1.0.4
)
Expand Down
Loading

0 comments on commit 77d7b43

Please sign in to comment.