feat: add directory watching and auto-upload functionality (#219)

This commit is contained in:
Krau
2026-06-25 14:34:59 +08:00
committed by GitHub
parent 88b170acaa
commit 77ef3154cf
5 changed files with 644 additions and 1 deletions

2
go.mod
View File

@@ -117,7 +117,7 @@ require (
github.com/dgraph-io/ristretto/v2 v2.4.0
github.com/dop251/goja v0.0.0-20260311135729-065cd970411c
github.com/duke-git/lancet/v2 v2.3.9
github.com/fsnotify/fsnotify v1.9.0 // indirect
github.com/fsnotify/fsnotify v1.9.0
github.com/glebarez/sqlite v1.11.0
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/klauspost/compress v1.18.5 // indirect