*: basics of a DNS cert expiration alart

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2025-02-15 10:26:35 -05:00
parent 96f3bff8d3
commit 82905131cc
Signed by: vbatts
GPG key ID: E30EFAA812C6E5ED
2 changed files with 78 additions and 0 deletions

8
go.mod Normal file
View file

@ -0,0 +1,8 @@
module git.batts.cloud/vbatts/too-soon
go 1.22.5
require (
github.com/sirupsen/logrus v1.9.3 // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
)