From 054078908a1e4c7429ea0f5a3a0605addfccc46c Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch Date: Fri, 8 Dec 2023 02:16:04 +0100 Subject: Initial commit --- go.mod | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..6aa6b75 --- /dev/null +++ b/go.mod @@ -0,0 +1,8 @@ +module janouch.name/gallery + +go 1.21.4 + +require ( + github.com/mattn/go-sqlite3 v1.14.19 + golang.org/x/image v0.14.0 +) -- cgit v1.2.3-70-g09d2