diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 +) |
index : gallery | ||
This is gallery software designed to maintain a shadow structure of your filesystem, in which you can attach metadata to your media, and query your collections in various ways | Přemysl Eric Janouch <p@janouch.name> |
aboutsummaryrefslogtreecommitdiff |