From f7311a0dacacb5870501f0438853b58890f8d8ca Mon Sep 17 00:00:00 2001 From: emidev98 Date: Wed, 6 Mar 2024 09:43:10 +0200 Subject: [PATCH] feat: alliance with backports --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index cbd2ef00..3095b10c 100644 --- a/go.mod +++ b/go.mod @@ -29,7 +29,7 @@ require ( github.com/spf13/cobra v1.7.0 github.com/spf13/viper v1.16.0 github.com/stretchr/testify v1.8.4 - github.com/terra-money/alliance v0.3.4 + github.com/terra-money/alliance v0.3.5-0.20240306071813-1ec7992d16a8 go.uber.org/mock v0.3.0 google.golang.org/genproto/googleapis/api v0.0.0-20231002182017-d307bd883b97 google.golang.org/grpc v1.58.3 diff --git a/go.sum b/go.sum index 6b6814b0..8a47739e 100644 --- a/go.sum +++ b/go.sum @@ -1129,6 +1129,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.4 h1:rBEKw8o9mN8AL6yCS2+Pb8DIi82an2HUnfdUtq5CPNo= github.com/terra-money/alliance v0.3.4/go.mod h1:HDiUexeXRUkLkLRw5jLQcHuVt1Sx43HfyVl0kfwW3JM= +github.com/terra-money/alliance v0.3.5-0.20240306071813-1ec7992d16a8 h1:OYQQSwoqdRpiRgTyCf7cEy15FUk82r+tSv34M9fcQks= +github.com/terra-money/alliance v0.3.5-0.20240306071813-1ec7992d16a8/go.mod h1:HDiUexeXRUkLkLRw5jLQcHuVt1Sx43HfyVl0kfwW3JM= 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/ibc-go/v7 v7.3.1-terra.0 h1:CF+iicqyI4BJsW2zjUrUrTxRRrPWFZC30VqvlRyVl28=