too-soon/go.mod
Vincent Batts 82905131cc
*: basics of a DNS cert expiration alart
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2025-02-15 12:18:03 -05:00

8 lines
175 B
Modula-2

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
)