From c40b88171e15717a1b0c74fd06a8121266d453eb Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Wed, 8 Oct 2025 17:38:05 -0700 Subject: Update import path --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'go.mod') 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 -- cgit v1.3.1