aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-17 13:12:00 +0000
committerGitHub <noreply@github.com>2023-06-17 13:12:00 +0000
commit06d74b2b27bdb3ed64bd00ff79ce5b7240dfbcf1 (patch)
tree03212220dfc08917000138b87208fc01dfe9475e /go.mod
parentacad94fc2d42f295e25d5a2d33d8be78290bc3a8 (diff)
downloadx-06d74b2b27bdb3ed64bd00ff79ce5b7240dfbcf1.tar.xz
x-06d74b2b27bdb3ed64bd00ff79ce5b7240dfbcf1.zip
build(deps): bump github.com/tetratelabs/wazero from 1.2.0 to 1.2.1
Bumps [github.com/tetratelabs/wazero](https://github.com/tetratelabs/wazero) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/tetratelabs/wazero/releases) - [Commits](https://github.com/tetratelabs/wazero/compare/v1.2.0...v1.2.1) --- 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>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 539d34d..8983c52 100644
--- a/go.mod
+++ b/go.mod
@@ -28,7 +28,8 @@ require (
github.com/rs/cors v1.9.0
github.com/samber/go-gpt-3-encoder v0.3.1
github.com/sebest/xff v0.0.0-20210106013422-671bd2870b3a
- github.com/tetratelabs/wazero v1.2.0
+ github.com/tetratelabs/wazero v1.2.1
+ github.com/thoj/go-ircevent v0.0.0-20210723090443-73e444401d64
github.com/tmc/scp v0.0.0-20170824174625-f7b48647feef
go.etcd.io/bbolt v1.3.7
go4.org v0.0.0-20190313082347-94abd6928b1d
@@ -48,7 +49,6 @@ require (
github.com/google/uuid v1.3.0 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
- github.com/thoj/go-ircevent v0.0.0-20210723090443-73e444401d64 // indirect
lukechampine.com/uint128 v1.2.0 // indirect
modernc.org/cc/v3 v3.40.0 // indirect
modernc.org/ccgo/v3 v3.16.13 // indirect