From 56d13759cb34863656e0fafda2cae03396f44859 Mon Sep 17 00:00:00 2001 From: "wasmcloud-automation-app[bot]" <151542377+wasmcloud-automation-app[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 21:00:38 +0000 Subject: [PATCH] chore(deps): update module github.com/bytecodealliance/wasm-tools-go to v0.3.2 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- examples/component/http-password-checker/go.mod | 2 +- examples/component/http-password-checker/go.sum | 4 ++-- examples/component/http-server/go.mod | 2 +- examples/component/http-server/go.sum | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/component/http-password-checker/go.mod b/examples/component/http-password-checker/go.mod index 67d7d307..059b58d6 100644 --- a/examples/component/http-password-checker/go.mod +++ b/examples/component/http-password-checker/go.mod @@ -11,7 +11,7 @@ require ( ) require ( - github.com/bytecodealliance/wasm-tools-go v0.3.1 // indirect + github.com/bytecodealliance/wasm-tools-go v0.3.2 // indirect github.com/coreos/go-semver v0.3.1 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect diff --git a/examples/component/http-password-checker/go.sum b/examples/component/http-password-checker/go.sum index e888d4b5..13a1a594 100644 --- a/examples/component/http-password-checker/go.sum +++ b/examples/component/http-password-checker/go.sum @@ -1,5 +1,5 @@ -github.com/bytecodealliance/wasm-tools-go v0.3.1 h1:9Q9PjSzkbiVmkUvZ7nYCfJ02mcQDBalxycA3s8g7kR4= -github.com/bytecodealliance/wasm-tools-go v0.3.1/go.mod h1:vNAQ8DAEp6xvvk+TUHah5DslLEa76f4H6e737OeaxuY= +github.com/bytecodealliance/wasm-tools-go v0.3.2 h1:LKni9PS8yCG5/A79L8tcTKthgf7WN5RZD83W1m6wEE0= +github.com/bytecodealliance/wasm-tools-go v0.3.2/go.mod h1:fdysX1+SiPxcIhdpg8TLhoxz23k28/5cQ0/L9J4mgig= github.com/coreos/go-semver v0.3.1 h1:yi21YpKnrx1gt5R+la8n5WgS0kCrsPp33dmEyHReZr4= github.com/coreos/go-semver v0.3.1/go.mod h1:irMmmIw/7yzSRPWryHsK7EYSg09caPQL03VsM8rvUec= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= diff --git a/examples/component/http-server/go.mod b/examples/component/http-server/go.mod index 66ba121b..df05aac1 100644 --- a/examples/component/http-server/go.mod +++ b/examples/component/http-server/go.mod @@ -10,7 +10,7 @@ require ( ) require ( - github.com/bytecodealliance/wasm-tools-go v0.3.0 // indirect + github.com/bytecodealliance/wasm-tools-go v0.3.2 // indirect github.com/coreos/go-semver v0.3.1 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect diff --git a/examples/component/http-server/go.sum b/examples/component/http-server/go.sum index 0a23a40c..292475c5 100644 --- a/examples/component/http-server/go.sum +++ b/examples/component/http-server/go.sum @@ -1,5 +1,5 @@ -github.com/bytecodealliance/wasm-tools-go v0.3.0 h1:9aeDFYpbi3gtIW/nJCH+P+LhFMqezGoOfzqbUZLadho= -github.com/bytecodealliance/wasm-tools-go v0.3.0/go.mod h1:VY+9FlpLi6jnhCrZLkyJjF9rjU4aEekgaRTk28MS2JE= +github.com/bytecodealliance/wasm-tools-go v0.3.2 h1:LKni9PS8yCG5/A79L8tcTKthgf7WN5RZD83W1m6wEE0= +github.com/bytecodealliance/wasm-tools-go v0.3.2/go.mod h1:fdysX1+SiPxcIhdpg8TLhoxz23k28/5cQ0/L9J4mgig= github.com/coreos/go-semver v0.3.1 h1:yi21YpKnrx1gt5R+la8n5WgS0kCrsPp33dmEyHReZr4= github.com/coreos/go-semver v0.3.1/go.mod h1:irMmmIw/7yzSRPWryHsK7EYSg09caPQL03VsM8rvUec= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=