Skip to content

Commit 9de00cf

Browse files
build(deps): bump the go_modules group with 2 updates (#272)
Bumps the go_modules group with 2 updates: [github.com/CosmWasm/wasmvm/v2](https://github.com/CosmWasm/wasmvm) and [github.com/CosmWasm/wasmvm](https://github.com/CosmWasm/wasmvm). Updates `github.com/CosmWasm/wasmvm/v2` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/CosmWasm/wasmvm/releases) - [Changelog](https://github.com/CosmWasm/wasmvm/blob/main/CHANGELOG.md) - [Commits](CosmWasm/wasmvm@v2.1.0...v2.1.1) Updates `github.com/CosmWasm/wasmvm` from 1.5.2 to 1.5.3 - [Release notes](https://github.com/CosmWasm/wasmvm/releases) - [Changelog](https://github.com/CosmWasm/wasmvm/blob/main/CHANGELOG.md) - [Commits](CosmWasm/wasmvm@v1.5.2...v1.5.3) --- updated-dependencies: - dependency-name: github.com/CosmWasm/wasmvm/v2 dependency-type: direct:production dependency-group: go_modules - dependency-name: github.com/CosmWasm/wasmvm dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ed0256 commit 9de00cf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.22.4
66

77
require (
88
github.com/CosmWasm/wasmd v0.51.0
9-
github.com/CosmWasm/wasmvm/v2 v2.1.0
9+
github.com/CosmWasm/wasmvm/v2 v2.1.1
1010
github.com/cosmos/cosmos-proto v1.0.0-beta.5 // indirect
1111
github.com/cosmos/cosmos-sdk v0.50.8
1212
github.com/cosmos/gogogateway v1.2.0 // indirect
@@ -71,7 +71,7 @@ require (
7171
filippo.io/edwards25519 v1.1.0 // indirect
7272
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
7373
github.com/99designs/keyring v1.2.2 // indirect
74-
github.com/CosmWasm/wasmvm v1.5.2 // indirect
74+
github.com/CosmWasm/wasmvm v1.5.3 // indirect
7575
github.com/DataDog/datadog-go v3.2.0+incompatible // indirect
7676
github.com/DataDog/zstd v1.5.5 // indirect
7777
github.com/aws/aws-sdk-go v1.44.224 // indirect

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -651,10 +651,10 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03
651651
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
652652
github.com/CosmWasm/wasmd v0.51.0 h1:3A2o20RrdF7P1D3Xb+R7A/pHbbHWsYCDXrHLa7S0SC8=
653653
github.com/CosmWasm/wasmd v0.51.0/go.mod h1:7TSaj5HoolghujuVWeExqmcUKgpcYWEySGLSODbnnwY=
654-
github.com/CosmWasm/wasmvm v1.5.2 h1:+pKB1Mz9GZVt1vadxB+EDdD1FOz3dMNjIKq/58/lrag=
655-
github.com/CosmWasm/wasmvm v1.5.2/go.mod h1:Q0bSEtlktzh7W2hhEaifrFp1Erx11ckQZmjq8FLCyys=
656-
github.com/CosmWasm/wasmvm/v2 v2.1.0 h1:bleLhNA36hM8iPjFJsNRi9RjrQW6MtXafw2+wVjAWAE=
657-
github.com/CosmWasm/wasmvm/v2 v2.1.0/go.mod h1:bMhLQL4Yp9CzJi9A83aR7VO9wockOsSlZbT4ztOl6bg=
654+
github.com/CosmWasm/wasmvm v1.5.3 h1:wcmkey/WkTGwCTHGBD+fRS3cbhhipR9q34kbCZUQSsc=
655+
github.com/CosmWasm/wasmvm v1.5.3/go.mod h1:Q0bSEtlktzh7W2hhEaifrFp1Erx11ckQZmjq8FLCyys=
656+
github.com/CosmWasm/wasmvm/v2 v2.1.1 h1:2avJEKozrCav4tVeVeLYJERqHFzm+MQ9v7kKAdz/zgA=
657+
github.com/CosmWasm/wasmvm/v2 v2.1.1/go.mod h1:bMhLQL4Yp9CzJi9A83aR7VO9wockOsSlZbT4ztOl6bg=
658658
github.com/DataDog/datadog-go v3.2.0+incompatible h1:qSG2N4FghB1He/r2mFrWKCaL7dXCilEuNEeAn20fdD4=
659659
github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ=
660660
github.com/DataDog/zstd v1.5.5 h1:oWf5W7GtOLgp6bciQYDmhHHjdhYkALu6S/5Ni9ZgSvQ=

0 commit comments

Comments
 (0)