From fe582b802c6a858fa0ac43ea7b1b64324ac51fe4 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Fri, 21 Feb 2025 11:02:14 -0500 Subject: wasm: introduce new package for host->guest buffer passing Signed-off-by: Xe Iaso --- go.mod | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'go.mod') 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 -- cgit v1.2.3