diff --git a/go.mod b/go.mod index 705af5b..193d4a4 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.5.0-rc5 + github.com/terra-money/core/v2 v2.5.0-rc6 ) require ( @@ -155,7 +155,7 @@ require ( github.com/subosito/gotenv v1.4.2 // indirect github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect github.com/tendermint/go-amino v0.16.0 // indirect - github.com/terra-money/alliance v0.3.1 // indirect + github.com/terra-money/alliance v0.3.2 // indirect github.com/tidwall/btree v1.6.0 // indirect github.com/ulikunitz/xz v0.5.11 // indirect github.com/zondax/hid v0.9.1 // indirect diff --git a/go.sum b/go.sum index 9a9d4f8..4288f7e 100644 --- a/go.sum +++ b/go.sum @@ -1127,10 +1127,10 @@ github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 h1:epCh84lMvA70 github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7/go.mod h1:q4W45IWZaF22tdD+VEXcAWRA037jwmWEB5VWYORlTpc= github.com/tendermint/go-amino v0.16.0 h1:GyhmgQKvqF82e2oZeuMSp9JTN0N09emoSZlb2lyGa2E= github.com/tendermint/go-amino v0.16.0/go.mod h1:TQU0M1i/ImAo+tYpZi73AU3V/dKeCoMC9Sphe2ZwGME= -github.com/terra-money/alliance v0.3.1 h1:gAMA0g8lNddUWzIngdbKgXetIwxOcHw3CRK1kbTup0Q= -github.com/terra-money/alliance v0.3.1/go.mod h1:HDiUexeXRUkLkLRw5jLQcHuVt1Sx43HfyVl0kfwW3JM= -github.com/terra-money/core/v2 v2.5.0-rc5 h1:6kd0CkHHIzuIpcU/cgnIyXwATe2htmS/oEp2JPxXBAQ= -github.com/terra-money/core/v2 v2.5.0-rc5/go.mod h1:vHYRnwk9U32NqUTOFzJob+3TSVTuBmAA3ofr88hB1x8= +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.5.0-rc6 h1:FMty2wzpgM86pei+ioBrSDqy+m4P1tg04eE/WITB3L4= +github.com/terra-money/core/v2 v2.5.0-rc6/go.mod h1:kO0zDgFva90DlFTLv5W2wvnwwXABFvEsQQ59EJctjgg= github.com/terra-money/cosmos-sdk v0.47.5-terra.rc.0 h1:b92OMt/p3SbEw7L3Cn5VCJqlEh28RnHwyZJDUTPHcPE= github.com/terra-money/cosmos-sdk v0.47.5-terra.rc.0/go.mod h1:EHwCeN9IXonsjKcjpS12MqeStdZvIdxt3VYXhus3G3c= github.com/terra-money/ledger-terra-go v0.11.2 h1:BVXZl+OhJOri6vFNjjVaTabRLApw9MuG7mxWL4V718c=