aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-10-08 17:38:05 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-10-08 17:38:05 -0700
commitc40b88171e15717a1b0c74fd06a8121266d453eb (patch)
tree9bbaef594b39d29039fab841d837834348f4014b /go.mod
parentInitial commit (diff)
downloadimgutil-c40b88171e15717a1b0c74fd06a8121266d453eb.tar.zst
Update import path
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 36ddbeb..368083f 100644
--- a/go.mod
+++ b/go.mod
@@ -1,5 +1,5 @@
-module gitlab.com/rhogenson/convert
+module roseh.moe/cmd/convert
go 1.24.1
-require golang.org/x/image v0.25.0
+require golang.org/x/image v0.32.0