aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-02-21 11:02:14 -0500
committerXe Iaso <me@xeiaso.net>2025-02-21 11:02:27 -0500
commitfe582b802c6a858fa0ac43ea7b1b64324ac51fe4 (patch)
treef10ee87738f9f339ee8918c98e53398cc4a18f0f /go.mod
parentceff7a09a4ad41bb3b91369e73d93e67d7a78e28 (diff)
downloadx-fe582b802c6a858fa0ac43ea7b1b64324ac51fe4.tar.xz
x-fe582b802c6a858fa0ac43ea7b1b64324ac51fe4.zip
wasm: introduce new package for host->guest buffer passing
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 2 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index bb60ab9..2a1e06e 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module within.website/x
-go 1.24
+go 1.23
require (
al.essio.dev/pkg/shellescape v1.5.1
@@ -63,7 +63,7 @@ require (
github.com/sebest/xff v0.0.0-20210106013422-671bd2870b3a
github.com/speps/go-hashids v2.0.0+incompatible
github.com/stoewer/go-strcase v1.3.0
- github.com/tetratelabs/wazero v1.8.2
+ github.com/tetratelabs/wazero v1.9.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
@@ -267,5 +267,3 @@ require (
golang.org/x/tools v0.30.0
google.golang.org/protobuf v1.36.4
)
-
-tool golang.org/x/tools/cmd/stringer