aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
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