Files
certctl/go.mod
T
2026-03-14 20:01:53 -04:00

9 lines
120 B
Modula-2

module github.com/shankar0123/certctl
go 1.22.5
require (
github.com/google/uuid v1.6.0
github.com/lib/pq v1.10.9
)