aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2026-05-27 21:20:44 -0700
committerRose Hogenson <rosehogenson@posteo.net>2026-05-27 21:20:44 -0700
commit317584d0df3aea8649377f9330cd0c991d8e29ec (patch)
tree5c5c2a9b1304d8bde1f89c91db023e651811941a /go.mod
downloadimgutil-317584d0df3aea8649377f9330cd0c991d8e29ec.tar.zst
Initial commit
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod14
1 files changed, 14 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..2e358c5
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,14 @@
+module roseh.moe/cmd/thumbnailer
+
+go 1.24.3
+
+require (
+ github.com/mattn/go-runewidth v0.0.23
+ golang.org/x/image v0.28.0
+ golang.org/x/term v0.32.0
+)
+
+require (
+ github.com/clipperhouse/uax29/v2 v2.2.0 // indirect
+ golang.org/x/sys v0.33.0 // indirect
+)