aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 4 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 6d8c4f9..42e6176 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,7 @@ module janouch.name/gallery
go 1.21.4
-require github.com/mattn/go-sqlite3 v1.14.18
+require (
+ github.com/mattn/go-sqlite3 v1.14.18
+ golang.org/x/sync v0.5.0
+)