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 ++-- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 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 diff --git a/go.sum b/go.sum index 9865c76..2a81e87 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -golang.org/x/image v0.25.0 h1:Y6uW6rH1y5y/LK1J8BPWZtr6yZ7hrsy6hFrXjgsc2fQ= -golang.org/x/image v0.25.0/go.mod h1:tCAmOEGthTtkalusGp1g3xa2gke8J6c2N565dTyl9Rs= +golang.org/x/image v0.32.0 h1:6lZQWq75h7L5IWNk0r+SCpUJ6tUVd3v4ZHnbRKLkUDQ= +golang.org/x/image v0.32.0/go.mod h1:/R37rrQmKXtO6tYXAjtDLwQgFLHmhW+V6ayXlxzP2Pc= -- cgit v1.3.1