add collecting of filemetadata for a given source

This commit is contained in:
2023-06-05 00:46:12 -06:00
parent 899faba255
commit cf9173b7ee
8 changed files with 306 additions and 0 deletions

2
go.mod
View File

@ -3,6 +3,8 @@ module forever-files
go 1.19
require (
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
github.com/mattn/go-sqlite3 v1.14.17
github.com/urfave/cli/v2 v2.25.5
google.golang.org/grpc v1.55.0
)