File tree 4 files changed +6
-6
lines changed
modules/light-clients/08-wasm
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ require (
43
43
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
44
44
github.com/99designs/keyring v1.2.2 // indirect
45
45
github.com/BurntSushi/toml v1.4.0 // indirect
46
- github.com/CosmWasm/wasmvm/v2 v2.1 .2 // indirect
46
+ github.com/CosmWasm/wasmvm/v2 v2.2 .2 // indirect
47
47
github.com/DataDog/datadog-go v4.8.3+incompatible // indirect
48
48
github.com/DataDog/zstd v1.5.5 // indirect
49
49
github.com/Microsoft/go-winio v0.6.2 // indirect
Original file line number Diff line number Diff line change @@ -227,8 +227,8 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03
227
227
github.com/BurntSushi/toml v1.4.0 h1:kuoIxZQy2WRRk1pttg9asf+WVv6tWQuBNVmK8+nqPr0 =
228
228
github.com/BurntSushi/toml v1.4.0 /go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho =
229
229
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 /go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo =
230
- github.com/CosmWasm/wasmvm/v2 v2.1 .2 h1:GkJ5bAsRlLHfIQVg/FY1VHwLyBwlCjAhDea0B8L+e20 =
231
- github.com/CosmWasm/wasmvm/v2 v2.1 .2 /go.mod h1:bMhLQL4Yp9CzJi9A83aR7VO9wockOsSlZbT4ztOl6bg =
230
+ github.com/CosmWasm/wasmvm/v2 v2.2 .2 h1:MaQMtaZN8L08N0uAlBlOICP+GWolibJsajHGo3fQ03w =
231
+ github.com/CosmWasm/wasmvm/v2 v2.2 .2 /go.mod h1:bMhLQL4Yp9CzJi9A83aR7VO9wockOsSlZbT4ztOl6bg =
232
232
github.com/DataDog/datadog-go v3.2.0+incompatible /go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ =
233
233
github.com/DataDog/datadog-go v4.8.3+incompatible h1:fNGaYSuObuQb5nzeTQqowRAd9bpDIRRV4/gUtIBjh8Q =
234
234
github.com/DataDog/datadog-go v4.8.3+incompatible /go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ =
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ require (
19
19
cosmossdk.io/x/feegrant v0.1.1
20
20
cosmossdk.io/x/tx v0.13.7
21
21
cosmossdk.io/x/upgrade v0.1.4
22
- github.com/CosmWasm/wasmvm/v2 v2.1 .2
22
+ github.com/CosmWasm/wasmvm/v2 v2.2 .2
23
23
github.com/cometbft/cometbft v0.38.15
24
24
github.com/cosmos/cosmos-db v1.1.1
25
25
github.com/cosmos/cosmos-sdk v0.50.12
Original file line number Diff line number Diff line change @@ -229,8 +229,8 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03
229
229
github.com/BurntSushi/toml v1.4.0 h1:kuoIxZQy2WRRk1pttg9asf+WVv6tWQuBNVmK8+nqPr0 =
230
230
github.com/BurntSushi/toml v1.4.0 /go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho =
231
231
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 /go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo =
232
- github.com/CosmWasm/wasmvm/v2 v2.1 .2 h1:GkJ5bAsRlLHfIQVg/FY1VHwLyBwlCjAhDea0B8L+e20 =
233
- github.com/CosmWasm/wasmvm/v2 v2.1 .2 /go.mod h1:bMhLQL4Yp9CzJi9A83aR7VO9wockOsSlZbT4ztOl6bg =
232
+ github.com/CosmWasm/wasmvm/v2 v2.2 .2 h1:MaQMtaZN8L08N0uAlBlOICP+GWolibJsajHGo3fQ03w =
233
+ github.com/CosmWasm/wasmvm/v2 v2.2 .2 /go.mod h1:bMhLQL4Yp9CzJi9A83aR7VO9wockOsSlZbT4ztOl6bg =
234
234
github.com/DataDog/datadog-go v3.2.0+incompatible /go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ =
235
235
github.com/DataDog/datadog-go v4.8.3+incompatible h1:fNGaYSuObuQb5nzeTQqowRAd9bpDIRRV4/gUtIBjh8Q =
236
236
github.com/DataDog/datadog-go v4.8.3+incompatible /go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ =
You can’t perform that action at this time.
0 commit comments