aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2023-12-19 00:33:38 +0100
committerPřemysl Eric Janouch <p@janouch.name>2023-12-19 00:54:03 +0100
commitf7ba65726f648a5873620c790feb9a7e2a35d82b (patch)
tree882fa737c26fa257abf631dc3f1e5c985c9e3a3e /go.mod
parent8da775f61daee071411758e6e86cb3e1e7cc5689 (diff)
downloadgallery-f7ba65726f648a5873620c790feb9a7e2a35d82b.tar.gz
gallery-f7ba65726f648a5873620c790feb9a7e2a35d82b.tar.xz
gallery-f7ba65726f648a5873620c790feb9a7e2a35d82b.zip
Nuke x/sync
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 1 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 42e6176..6d8c4f9 100644
--- a/go.mod
+++ b/go.mod
@@ -2,7 +2,4 @@ module janouch.name/gallery
go 1.21.4
-require (
- github.com/mattn/go-sqlite3 v1.14.18
- golang.org/x/sync v0.5.0
-)
+require github.com/mattn/go-sqlite3 v1.14.18