This commit is contained in:
delete 2026-06-10 20:51:17 +03:00
commit b15b95781c
108 changed files with 14802 additions and 0 deletions

9
go.mod Normal file
View file

@ -0,0 +1,9 @@
module update_server
go 1.26.0
require (
github.com/go-chi/chi/v5 v5.2.5
github.com/mattn/go-sqlite3 v1.14.42
golang.org/x/crypto v0.50.0
)