diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-14 12:55:19 +0000 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-10-14 15:54:41 +0200 |
commit | 4985be1a4af34dd835e7882605e429cd5ffb1912 (patch) | |
tree | e481225588631eb1c77a064715410daec68ab134 /go.mod | |
parent | db653a848529ddd51045502e073d3fcbaa174173 (diff) | |
download | hugo-4985be1a4af34dd835e7882605e429cd5ffb1912.tar.gz hugo-4985be1a4af34dd835e7882605e429cd5ffb1912.zip |
build(deps): bump github.com/tetratelabs/wazero from 1.8.0 to 1.8.1
Bumps [github.com/tetratelabs/wazero](https://github.com/tetratelabs/wazero) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/tetratelabs/wazero/releases)
- [Commits](https://github.com/tetratelabs/wazero/compare/v1.8.0...v1.8.1)
---
updated-dependencies:
- dependency-name: github.com/tetratelabs/wazero
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ require ( github.com/spf13/pflag v1.0.5 github.com/tdewolff/minify/v2 v2.20.37 github.com/tdewolff/parse/v2 v2.7.15 - github.com/tetratelabs/wazero v1.8.0 + github.com/tetratelabs/wazero v1.8.1 github.com/yuin/goldmark v1.7.4 github.com/yuin/goldmark-emoji v1.0.4 go.uber.org/automaxprocs v1.5.3 |