mirror of
https://github.com/shankar0123/certctl.git
synced 2026-06-07 23:21:30 +00:00
9b9aca3874
golang.org/x/crypto v0.49.0 requires Go 1.25.0 which doesn't exist yet, breaking both Docker builds and CI. Downgraded to v0.31.0 which requires only Go 1.20+ and includes the same stable ACME v2 package. Note: go.sum needs regeneration. Run `go mod tidy` before building. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
11 lines
157 B
Modula-2
11 lines
157 B
Modula-2
module github.com/shankar0123/certctl
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
github.com/google/uuid v1.6.0
|
|
github.com/lib/pq v1.10.9
|
|
)
|
|
|
|
require golang.org/x/crypto v0.31.0
|