atc0005 / cert-payload

Support for encoding and decoding certificate metadata payloads associated with the check_cert plugin from the atc0005/check-cert project.
https://github.com/atc0005/check-cert
MIT License
0 stars 0 forks source link

Potentially increase go.mod version to 1.21 to provide slog support #56

Open atc0005 opened 2 hours ago

atc0005 commented 2 hours ago

This could be useful for setting up package debug logging without requiring external dependencies.

Some useful references:

atc0005 commented 2 hours ago

[!NOTE]

check-cert project is currently using Go 1.20, so we're looking at a Go version bump there also if we do this.