From bb4969e67a8907f57ae16ffa4f94cbc98d5408d3 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Mon, 17 Mar 2025 20:53:05 -0700 Subject: Initial commit --- go.mod | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..36ddbeb --- /dev/null +++ b/go.mod @@ -0,0 +1,5 @@ +module gitlab.com/rhogenson/convert + +go 1.24.1 + +require golang.org/x/image v0.25.0 -- cgit v1.3.1