Complete V1 scaffold

This commit is contained in:
shankar0123
2026-03-14 20:01:53 -04:00
parent d395776a95
commit 3a9fe8ba37
30 changed files with 6131 additions and 104 deletions
+4 -1
View File
@@ -2,4 +2,7 @@ module github.com/shankar0123/certctl
go 1.22.5
require github.com/google/uuid v1.6.0
require (
github.com/google/uuid v1.6.0
github.com/lib/pq v1.10.9
)