mirror of
https://github.com/Luzifer/webcheck.git
synced 2024-11-08 14:40:01 +00:00
16 lines
341 B
Modula-2
16 lines
341 B
Modula-2
module github.com/Luzifer/webcheck
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/Luzifer/rconfig/v2 v2.5.0
|
|
github.com/montanaflynn/stats v0.7.1
|
|
github.com/sirupsen/logrus v1.9.3
|
|
)
|
|
|
|
require (
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/sys v0.22.0 // indirect
|
|
gopkg.in/validator.v2 v2.0.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|