aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod9
1 files changed, 3 insertions, 6 deletions
diff --git a/go.mod b/go.mod
index 2e358c5..ecbd1d1 100644
--- a/go.mod
+++ b/go.mod
@@ -1,14 +1,11 @@
module roseh.moe/cmd/thumbnailer
-go 1.24.3
+go 1.25.0
require (
github.com/mattn/go-runewidth v0.0.23
golang.org/x/image v0.28.0
- golang.org/x/term v0.32.0
+ golang.org/x/sys v0.45.0
)
-require (
- github.com/clipperhouse/uax29/v2 v2.2.0 // indirect
- golang.org/x/sys v0.33.0 // indirect
-)
+require github.com/clipperhouse/uax29/v2 v2.2.0 // indirect