mirror of
https://github.com/Luzifer/webcheck.git
synced 2024-11-08 14:40:01 +00:00
14 lines
416 B
Modula-2
14 lines
416 B
Modula-2
module github.com/Luzifer/webcheck
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/Luzifer/rconfig v1.2.0
|
|
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe
|
|
github.com/sirupsen/logrus v1.0.6
|
|
github.com/spf13/pflag v1.0.1
|
|
golang.org/x/crypto v0.0.0-20180718160520-a2144134853f
|
|
golang.org/x/sys v0.0.0-20180715085529-ac767d655b30
|
|
gopkg.in/validator.v2 v2.0.0-20180514200540-135c24b11c19
|
|
gopkg.in/yaml.v2 v2.2.1
|
|
)
|