diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-20 10:21:19 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-20 10:21:19 +0000 |
| commit | b67074f9b36d07b59fa746e188029993cc3ceffd (patch) | |
| tree | a88eb18430aee1c0aa9784a0c56258a23e5ed442 | |
| parent | 2989735f0da5e5e1cb3cf28d40268dbed86ae91a (diff) | |
| download | x-b67074f9b36d07b59fa746e188029993cc3ceffd.tar.xz x-b67074f9b36d07b59fa746e188029993cc3ceffd.zip | |
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] <support@github.com>
* Bump Go mod SRI
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mimi <mimi@xeserv.us>
| -rw-r--r-- | .go.mod.sri | 2 | ||||
| -rw-r--r-- | flake.nix | 2 | ||||
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | 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= @@ -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"; @@ -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 @@ -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= |
