Skip to content

Commit

Permalink
Merge pull request #256 from bandprotocol/bump-go-owasm
Browse files Browse the repository at this point in the history
Bump go-owasm to 0.2.1
  • Loading branch information
RogerKSI authored Oct 10, 2022
2 parents 1291989 + 5fc83e7 commit bf96463
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- (bump) Use go 1.19
- (bump) Use cosmos-sdk package v0.45.8 / tendermint v0.34.21 / ibc-go v3.3.0
- (bump) Use go-owasm v0.2.0
- (bump) Use go-owasm v0.2.1
- (chain) Add ICA host module
- (chain) Add MaxDelay parameter for request verification query
- (chain) Add IsDelay parameter for request verification response
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/bandprotocol/chain/v2
go 1.19

require (
github.com/bandprotocol/go-owasm v0.2.0
github.com/bandprotocol/go-owasm v0.2.1
github.com/confio/ics23/go v0.7.0
github.com/cosmos/cosmos-sdk v0.45.8
github.com/cosmos/go-bip39 v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ github.com/aws/aws-sdk-go-v2/service/route53 v1.1.1/go.mod h1:rLiOUrPLW/Er5kRcQ7
github.com/aws/aws-sdk-go-v2/service/sso v1.1.1/go.mod h1:SuZJxklHxLAXgLTc1iFXbEWkXs7QRTQpCLGaKIprQW0=
github.com/aws/aws-sdk-go-v2/service/sts v1.1.1/go.mod h1:Wi0EBZwiz/K44YliU0EKxqTCJGUfYTWXrrBwkq736bM=
github.com/aws/smithy-go v1.1.0/go.mod h1:EzMw8dbp/YJL4A5/sbhGddag+NPT7q084agLbB9LgIw=
github.com/bandprotocol/go-owasm v0.2.0 h1:bI4s9D+vCRsrDOYM1GWIMZ1qx585nUjxPQv053H3XqE=
github.com/bandprotocol/go-owasm v0.2.0/go.mod h1:G1ZNqG9+h3Ye82odMF+SWknV0m41Q3Zu6qSKf1vJrHU=
github.com/bandprotocol/go-owasm v0.2.1 h1:jHd0udmbNaiVOgrELe2aC26yup5jTBeDYAg0BYkAaFw=
github.com/bandprotocol/go-owasm v0.2.1/go.mod h1:G1ZNqG9+h3Ye82odMF+SWknV0m41Q3Zu6qSKf1vJrHU=
github.com/benbjohnson/clock v1.0.2/go.mod h1:bGMdMPoPVvcYyt1gHDf4J2KE153Yf9BuiUKYMaxlTDM=
github.com/benbjohnson/clock v1.0.3/go.mod h1:bGMdMPoPVvcYyt1gHDf4J2KE153Yf9BuiUKYMaxlTDM=
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
Expand Down

0 comments on commit bf96463

Please sign in to comment.