mirror of
https://github.com/shankar0123/certctl.git
synced 2026-06-07 12:21:31 +00:00
9 lines
120 B
Modula-2
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
|
|
)
|