diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-03-17 20:53:05 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-03-17 20:53:05 -0700 |
| commit | bb4969e67a8907f57ae16ffa4f94cbc98d5408d3 (patch) | |
| tree | d19ef17e0cc41bab1bbaf255044e1113f0b1ce7a /go.mod | |
| download | imgutil-bb4969e67a8907f57ae16ffa4f94cbc98d5408d3.tar.zst | |
Initial commit
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +module gitlab.com/rhogenson/convert + +go 1.24.1 + +require golang.org/x/image v0.25.0 |
