aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-10-08 17:34:23 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-10-08 17:34:23 -0700
commitc423ae65575a984a4c1ca1af51ab8c1f3ceac7d9 (patch)
treee068e7829f1cc3189b18d68835e5106dc35901e9 /go.mod
parent923290a1bf8a6129075465891d14deaaeb96318f (diff)
downloadimgutil-c423ae65575a984a4c1ca1af51ab8c1f3ceac7d9.tar.zst
Update import path
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 5 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index fdcae13..3ed9d4d 100644
--- a/go.mod
+++ b/go.mod
@@ -1,12 +1,12 @@
-module github.com/rhogenson/icat
+module roseh.moe/cmd/icat
-go 1.23.0
+go 1.24.0
toolchain go1.24.1
require (
- golang.org/x/image v0.26.0
- golang.org/x/term v0.31.0
+ golang.org/x/image v0.32.0
+ golang.org/x/term v0.36.0
)
-require golang.org/x/sys v0.32.0 // indirect
+require golang.org/x/sys v0.37.0 // indirect