1
0
mirror of https://github.com/Luzifer/webcheck.git synced 2024-09-19 15:42:58 +00:00
webcheck/go.mod
Knut Ahlers 6843b0af5b
Switch to go modules
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-07-21 19:51:04 +02:00

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