summaryrefslogtreecommitdiff
path: root/go/vaxis-test/go.mod
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--go/vaxis-test/go.mod14
1 files changed, 14 insertions, 0 deletions
diff --git a/go/vaxis-test/go.mod b/go/vaxis-test/go.mod
new file mode 100644
index 0000000..8786df1
--- /dev/null
+++ b/go/vaxis-test/go.mod
@@ -0,0 +1,14 @@
+module git.sr.ht/~runxiyu/proground/go/vaxis-test
+
+go 1.22.5
+
+require (
+ git.sr.ht/~rockorager/vaxis v0.10.3 // indirect
+ github.com/containerd/console v1.0.4 // indirect
+ github.com/mattn/go-runewidth v0.0.16 // indirect
+ github.com/mattn/go-sixel v0.0.5 // indirect
+ github.com/rivo/uniseg v0.4.7 // indirect
+ github.com/soniakeys/quant v1.0.0 // indirect
+ golang.org/x/image v0.19.0 // indirect
+ golang.org/x/sys v0.24.0 // indirect
+)