Files
certctl/go.mod
T
shankar0123 0e7451f95a Downgrade x/crypto from v0.49.0 to v0.31.0 for Go 1.22 compatibility
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>
2026-03-15 15:21:44 -04:00

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