aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2023-12-08 02:16:04 +0100
committerPřemysl Eric Janouch <p@janouch.name>2023-12-08 02:16:04 +0100
commit941022bdd6c69de93f38992205b02ed95c6e8eb0 (patch)
tree510bfd9df7725e0e81b29ca0feb610dc986c37dd /go.mod
downloadgallery-941022bdd6c69de93f38992205b02ed95c6e8eb0.tar.gz
gallery-941022bdd6c69de93f38992205b02ed95c6e8eb0.tar.xz
gallery-941022bdd6c69de93f38992205b02ed95c6e8eb0.zip
Initial commit
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 5 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..6d8c4f9
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module janouch.name/gallery
+
+go 1.21.4
+
+require github.com/mattn/go-sqlite3 v1.14.18