Skip to content

Commit

Permalink
refactor: update tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gene-zhan committed Jan 2, 2024
1 parent 61ba87c commit 8a2e139
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 8a2e139

Please sign in to comment.