diff --git a/go.mod b/go.mod index 75bb0fba8..13e632557 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( cosmossdk.io/tools/rosetta v0.2.1 github.com/99designs/keyring v1.2.1 github.com/armon/go-metrics v0.4.1 - github.com/artela-network/aspect-core v0.4.7-rc2 + github.com/artela-network/aspect-core v0.4.7-rc3 github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816 github.com/btcsuite/btcd/btcec/v2 v2.3.2 github.com/chzyer/readline v1.5.1 @@ -75,7 +75,7 @@ require ( filippo.io/edwards25519 v1.0.0 // indirect github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d // indirect - github.com/artela-network/aspect-runtime v0.4.5-beta // indirect + github.com/artela-network/aspect-runtime v0.4.7-rc3 // indirect github.com/aws/aws-sdk-go v1.44.203 // indirect github.com/beorn7/perks v1.0.1 // indirect github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect diff --git a/go.sum b/go.sum index e67fd2ba1..e1d353e9a 100644 --- a/go.sum +++ b/go.sum @@ -241,10 +241,10 @@ github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmV github.com/armon/go-metrics v0.4.1 h1:hR91U9KYmb6bLBYLQjyM+3j+rcd/UhE+G78SFnF8gJA= github.com/armon/go-metrics v0.4.1/go.mod h1:E6amYzXo6aW1tqzoZGT755KkbgrJsSdpwZ+3JqfkOG4= github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8= -github.com/artela-network/aspect-core v0.4.7-rc2 h1:9+AQsFZVVkWRsob9moMSG4AyrS6s8Ii+wkOj7q3n+fw= -github.com/artela-network/aspect-core v0.4.7-rc2/go.mod h1:OXoC1j96DeCOSjhpCKZbB+VaBPpqQ1PdNiH6nE72ArQ= -github.com/artela-network/aspect-runtime v0.4.5-beta h1:9d1f2cWMC7W1wYh8GZkNbjvHtAJ3P9zBi5Ilpaf9jVg= -github.com/artela-network/aspect-runtime v0.4.5-beta/go.mod h1:UWmkBhpNyDf3Pis5AfOxcnftgXVH1/ChTG/OZtmRvd4= +github.com/artela-network/aspect-core v0.4.7-rc3 h1:8h6QusXvRKSrJx5p2e9YPu99tzoqYLl/kIrOmoi6NmM= +github.com/artela-network/aspect-core v0.4.7-rc3/go.mod h1:XyPXvhMFe6IDiOLS0+sUQ4cEhp8+nKLCIkyFJ+pY1k0= +github.com/artela-network/aspect-runtime v0.4.7-rc3 h1:aDvRJbKuKWMFbwgX0w9kROlRZSbk+GvS7mcXZ1VCDxM= +github.com/artela-network/aspect-runtime v0.4.7-rc3/go.mod h1:UWmkBhpNyDf3Pis5AfOxcnftgXVH1/ChTG/OZtmRvd4= github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a/go.mod h1:DAHtR1m6lCRdSC2Tm3DSWRPvIPr6xNKyeHdqDQSQT+A= github.com/aws/aws-lambda-go v1.13.3/go.mod h1:4UKl9IzQMoD+QF79YdCuzCwp8VbmG4VAQwij/eHl5CU= github.com/aws/aws-sdk-go v1.27.0/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=