This commit is contained in:
Kar
2026-02-01 20:22:29 +05:30
commit 52265ed4cc
30 changed files with 2058 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module deployment-manager
go 1.21
require github.com/mattn/go-sqlite3 v1.14.17