From 01d134e14de391628b91f2627e068a155e5caecd Mon Sep 17 00:00:00 2001 From: emidev98 <49301655+emidev98@users.noreply.github.com> Date: Tue, 16 Jan 2024 15:20:41 +0200 Subject: [PATCH] feat: upgrade core to 2.9.2 (#103) --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 1919e5b..016a9ab 100644 --- a/go.mod +++ b/go.mod @@ -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 ( diff --git a/go.sum b/go.sum index 8b881df..0ea5bcb 100644 --- a/go.sum +++ b/go.sum @@ -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=