diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-08 17:38:05 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-08 17:38:05 -0700 |
| commit | c40b88171e15717a1b0c74fd06a8121266d453eb (patch) | |
| tree | 9bbaef594b39d29039fab841d837834348f4014b /go.mod | |
| parent | Initial commit (diff) | |
| download | imgutil-c40b88171e15717a1b0c74fd06a8121266d453eb.tar.zst | |
Update import path
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
