first commit

This commit is contained in:
2024-04-08 17:17:57 +00:00
commit 3e3b9a8c61
9 changed files with 296 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module cloudsync
go 1.22
require (
github.com/go-chi/chi/v5 v5.0.12
github.com/mattn/go-sqlite3 v1.14.22
)