1
0
mirror of https://github.com/Luzifer/webcheck.git synced 2024-09-19 15:42:58 +00:00
webcheck/go.mod
Knut Ahlers 376960234b
Update dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-07-21 19:58:44 +02:00

15 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
)