Files
HostChecker/go.mod
T

8 lines
77 B
Modula-2
Raw Normal View History

2023-08-11 15:17:50 +02:00
module passke.org/hostchecker
go 1.19
2023-08-11 15:45:43 +02:00
require (
gopkg.in/yaml.v3 v3.0.1
)