From b67074f9b36d07b59fa746e188029993cc3ceffd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 10:21:19 +0000 Subject: build(deps): bump github.com/tetratelabs/wazero from 1.6.0 to 1.7.0 (#575) * build(deps): bump github.com/tetratelabs/wazero from 1.6.0 to 1.7.0 Bumps [github.com/tetratelabs/wazero](https://github.com/tetratelabs/wazero) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/tetratelabs/wazero/releases) - [Commits](https://github.com/tetratelabs/wazero/compare/v1.6.0...v1.7.0) --- updated-dependencies: - dependency-name: github.com/tetratelabs/wazero dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Bump Go mod SRI --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mimi --- .go.mod.sri | 2 +- flake.nix | 2 +- go.mod | 2 +- go.sum | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.go.mod.sri b/.go.mod.sri index 9aa189a..5bc91c5 100644 --- a/.go.mod.sri +++ b/.go.mod.sri @@ -1 +1 @@ -sha256-Y2pYzplpGi40VWUTNYfEq5jeUgD2gOkb+9x8p/PIiRE= +sha256-bNs8fgdkip6W8OiNBiGBqMOy9QPEZ+3zGyqni6skj9M= diff --git a/flake.nix b/flake.nix index 54f60fc..660bde3 100644 --- a/flake.nix +++ b/flake.nix @@ -1,4 +1,4 @@ -# nix-direnv cache busting line: sha256-Y2pYzplpGi40VWUTNYfEq5jeUgD2gOkb+9x8p/PIiRE= +# nix-direnv cache busting line: sha256-bNs8fgdkip6W8OiNBiGBqMOy9QPEZ+3zGyqni6skj9M= { description = "/x/perimental code"; diff --git a/go.mod b/go.mod index f38d5f2..1fb7bd7 100644 --- a/go.mod +++ b/go.mod @@ -38,7 +38,7 @@ require ( github.com/rogpeppe/go-internal v1.12.0 github.com/rs/cors v1.10.1 github.com/sebest/xff v0.0.0-20210106013422-671bd2870b3a - github.com/tetratelabs/wazero v1.6.0 + github.com/tetratelabs/wazero v1.7.0 github.com/thoj/go-ircevent v0.0.0-20210723090443-73e444401d64 github.com/tmc/scp v0.0.0-20170824174625-f7b48647feef github.com/twitchtv/twirp v8.1.3+incompatible diff --git a/go.sum b/go.sum index 3d7543a..697b9ef 100644 --- a/go.sum +++ b/go.sum @@ -622,8 +622,8 @@ github.com/tc-hib/winres v0.2.1 h1:YDE0FiP0VmtRaDn7+aaChp1KiF4owBiJa5l964l5ujA= github.com/tc-hib/winres v0.2.1/go.mod h1:C/JaNhH3KBvhNKVbvdlDWkbMDO9H4fKKDaN7/07SSuk= github.com/tcnksm/go-httpstat v0.2.0 h1:rP7T5e5U2HfmOBmZzGgGZjBQ5/GluWUylujl0tJ04I0= github.com/tcnksm/go-httpstat v0.2.0/go.mod h1:s3JVJFtQxtBEBC9dwcdTTXS9xFnM3SXAZwPG41aurT8= -github.com/tetratelabs/wazero v1.6.0 h1:z0H1iikCdP8t+q341xqepY4EWvHEw8Es7tlqiVzlP3g= -github.com/tetratelabs/wazero v1.6.0/go.mod h1:0U0G41+ochRKoPKCJlh0jMg1CHkyfK8kDqiirMmKY8A= +github.com/tetratelabs/wazero v1.7.0 h1:jg5qPydno59wqjpGrHph81lbtHzTrWzwwtD4cD88+hQ= +github.com/tetratelabs/wazero v1.7.0/go.mod h1:ytl6Zuh20R/eROuyDaGPkp82O9C/DJfXAwJfQ3X6/7Y= github.com/thoj/go-ircevent v0.0.0-20210723090443-73e444401d64 h1:l/T7dYuJEQZOwVOpjIXr1180aM9PZL/d1MnMVIxefX4= github.com/thoj/go-ircevent v0.0.0-20210723090443-73e444401d64/go.mod h1:Q1NAJOuRdQCqN/VIWdnaaEhV8LpeO2rtlBP7/iDJNII= github.com/tmc/scp v0.0.0-20170824174625-f7b48647feef h1:7D6Nm4D6f0ci9yttWaKjM1TMAXrH5Su72dojqYGntFY= -- cgit v1.2.3