Skip to content

Commit

Permalink
feat: upgrade core to 2.9.2 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
emidev98 authored Jan 16, 2024
1 parent b46d6a9 commit 01d134e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.16.0
github.com/stretchr/testify v1.8.4
github.com/terra-money/core/v2 v2.9.1
github.com/terra-money/core/v2 v2.9.2
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1145,8 +1145,8 @@ github.com/tendermint/go-amino v0.16.0 h1:GyhmgQKvqF82e2oZeuMSp9JTN0N09emoSZlb2l
github.com/tendermint/go-amino v0.16.0/go.mod h1:TQU0M1i/ImAo+tYpZi73AU3V/dKeCoMC9Sphe2ZwGME=
github.com/terra-money/alliance v0.3.2 h1:MuL3RBw+jXFv4io5PhaBn7jRUBvlJLUzgpD6gx4GCug=
github.com/terra-money/alliance v0.3.2/go.mod h1:HDiUexeXRUkLkLRw5jLQcHuVt1Sx43HfyVl0kfwW3JM=
github.com/terra-money/core/v2 v2.9.1 h1:1GrsEZN+Z2MtV3K5M6w/bBV5ap3GUcTxkMY09+ukw6k=
github.com/terra-money/core/v2 v2.9.1/go.mod h1:K8yffiKOtvM5vm8yC6WbiY/j9UdYI0aWTh9OMWJ5mV8=
github.com/terra-money/core/v2 v2.9.2 h1:WIiEnvKWlTwAJ2jCJR2fPPbhSztSdBLLnSFLL21cuOU=
github.com/terra-money/core/v2 v2.9.2/go.mod h1:K8yffiKOtvM5vm8yC6WbiY/j9UdYI0aWTh9OMWJ5mV8=
github.com/terra-money/cosmos-sdk v0.47.6-terra.0 h1:BrK2cq8W5HsMT5siVdJCFDx1vcEMm+BGN5713FEm84g=
github.com/terra-money/cosmos-sdk v0.47.6-terra.0/go.mod h1:xTc1chW8HyUWCfrgGbjS5jNu9RzlPVrBNfbL9RmZUio=
github.com/terra-money/ledger-terra-go v0.11.2 h1:BVXZl+OhJOri6vFNjjVaTabRLApw9MuG7mxWL4V718c=
Expand Down

0 comments on commit 01d134e

Please sign in to comment.