Skip to content

Commit

Permalink
changed wasmvm version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ducphamle2 committed Jan 31, 2023
1 parent c5b5b6e commit 8b7e4cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ require (

replace (
// go list -m -json github.com/oraichain/wasmvm@main | jq '.|"\(.Path) \(.Version)"' -r
github.com/CosmWasm/wasmvm => github.com/oraichain/wasmvm v1.1.4
github.com/CosmWasm/wasmvm => github.com/oraichain/wasmvm v1.2.0
// Fix upstream GHSA-h395-qcrw-5vmq vulnerability.
// TODO Remove it: https://github.com/cosmos/cosmos-sdk/issues/10409
github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.7.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,8 @@ github.com/oraichain/wasmvm v1.1.4-0.20230127043358-453b000a5b03 h1:y27FlE2F9m5c
github.com/oraichain/wasmvm v1.1.4-0.20230127043358-453b000a5b03/go.mod h1:OIhXFPi9BbcEL1USBj4OIrBTtSSds+9eEql56fsdyfE=
github.com/oraichain/wasmvm v1.1.4 h1:TN/FD/9YMPqmUno+YhyU16aE8O53KN9a+GQJjcpx5L4=
github.com/oraichain/wasmvm v1.1.4/go.mod h1:OIhXFPi9BbcEL1USBj4OIrBTtSSds+9eEql56fsdyfE=
github.com/oraichain/wasmvm v1.2.0 h1:9g+j1AkImpJosARzbPQwIrFxwjIBQS8fHQLK8FdBooQ=
github.com/oraichain/wasmvm v1.2.0/go.mod h1:OIhXFPi9BbcEL1USBj4OIrBTtSSds+9eEql56fsdyfE=
github.com/ory/dockertest v3.3.5+incompatible h1:iLLK6SQwIhcbrG783Dghaaa3WPzGc+4Emza6EbVUUGA=
github.com/otiai10/copy v1.6.0 h1:IinKAryFFuPONZ7cm6T6E2QX/vcJwSnlaA5lfoaXIiQ=
github.com/pact-foundation/pact-go v1.0.4/go.mod h1:uExwJY4kCzNPcHRj+hCR/HBbOOIwwtUjcrb0b5/5kLM=
Expand Down

0 comments on commit 8b7e4cc

Please sign in to comment.