diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-02-21 11:04:23 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-21 11:04:23 +0000 |
| commit | b568117e7ece2e3ca1618107b2c0be2a3b84d099 (patch) | |
| tree | c18f9b24584540a14855c76bc9b2b5064bdeeede | |
| parent | 5be5a8fd26bf2318201652872a42e68618f87510 (diff) | |
| download | x-b568117e7ece2e3ca1618107b2c0be2a3b84d099.tar.xz x-b568117e7ece2e3ca1618107b2c0be2a3b84d099.zip | |
build(deps): bump github.com/tetratelabs/wazero
Bumps [github.com/tetratelabs/wazero](https://github.com/tetratelabs/wazero) from 1.0.0-pre.8 to 1.0.0-pre.9.
- [Release notes](https://github.com/tetratelabs/wazero/releases)
- [Commits](https://github.com/tetratelabs/wazero/compare/v1.0.0-pre.8...v1.0.0-pre.9)
---
updated-dependencies:
- dependency-name: github.com/tetratelabs/wazero
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | go.sum | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -30,7 +30,7 @@ require ( github.com/rogpeppe/go-internal v1.9.0 github.com/rs/cors v1.8.3 github.com/sebest/xff v0.0.0-20210106013422-671bd2870b3a - github.com/tetratelabs/wazero v1.0.0-pre.8 + github.com/tetratelabs/wazero v1.0.0-pre.9 github.com/tmc/scp v0.0.0-20170824174625-f7b48647feef go.etcd.io/bbolt v1.3.7 go4.org v0.0.0-20190313082347-94abd6928b1d @@ -377,8 +377,8 @@ github.com/tailscale/wireguard-go v0.0.0-20221219190806-4fa124729667 h1:etWp6uUw github.com/tailscale/wireguard-go v0.0.0-20221219190806-4fa124729667/go.mod h1:iiClgxBTruKI+nmzlQxbFw6c3nB/wb4Td/WCyX2berY= 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.0.0-pre.8 h1:Ir82PWj79WCppH+9ny73eGY2qv+oCnE3VwMY92cBSyI= -github.com/tetratelabs/wazero v1.0.0-pre.8/go.mod h1:u8wrFmpdrykiFK0DFPiFm5a4+0RzsdmXYVtijBKqUVo= +github.com/tetratelabs/wazero v1.0.0-pre.9 h1:2uVdi2bvTi/JQxG2cp3LRm2aRadd3nURn5jcfbvqZcw= +github.com/tetratelabs/wazero v1.0.0-pre.9/go.mod h1:wYx2gNRg8/WihJfSDxA1TIL8H+GkfLYm+bIfbblu9VQ= github.com/tmc/scp v0.0.0-20170824174625-f7b48647feef h1:7D6Nm4D6f0ci9yttWaKjM1TMAXrH5Su72dojqYGntFY= github.com/tmc/scp v0.0.0-20170824174625-f7b48647feef/go.mod h1:WLFStEdnJXpjK8kd4qKLwQKX/1vrDzp5BcDyiZJBHJM= github.com/twitchyliquid64/golang-asm v0.0.0-20190126203739-365674df15fc/go.mod h1:NoCfSFWosfqMqmmD7hApkirIK9ozpHjxRnRxs1l413A= |
