Upload files to "/"

This commit is contained in:
2025-12-22 15:13:52 +00:00
parent 6015ca963f
commit 0e53a7b269
264 changed files with 24582 additions and 3 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module angel_server
go 1.23.3
require (
github.com/mattn/go-sqlite3 v1.14.24 // indirect
golang.org/x/crypto v0.32.0 // indirect
)