mirror of
https://github.com/Luzifer/webcheck.git
synced 2024-11-08 14:40:01 +00:00
14 lines
391 B
Modula-2
14 lines
391 B
Modula-2
module github.com/Luzifer/webcheck
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/Luzifer/rconfig/v2 v2.2.1
|
|
github.com/montanaflynn/stats v0.6.3
|
|
github.com/sirupsen/logrus v1.6.0
|
|
github.com/spf13/pflag v1.0.5
|
|
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
|
|
golang.org/x/sys v0.0.0-20200720211630-cb9d2d5c5666
|
|
gopkg.in/validator.v2 v2.0.0-20200605151824-2b28d334fa05
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|