*: basics of a DNS cert expiration alart
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
96f3bff8d3
commit
82905131cc
2 changed files with 78 additions and 0 deletions
8
go.mod
Normal file
8
go.mod
Normal 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
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue