17 lines
581 B
Modula-2
17 lines
581 B
Modula-2
module github.com/milkinteractive/cachet-monitor
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
|
github.com/miekg/dns v1.1.29
|
|
github.com/mitchellh/mapstructure v1.1.2
|
|
github.com/sirupsen/logrus v1.5.0
|
|
github.com/stretchr/objx v0.1.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59 // indirect
|
|
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
|
|
golang.org/x/sys v0.0.0-20200327173247-9dae0f8f5775 // indirect
|
|
gopkg.in/yaml.v2 v2.2.7
|
|
)
|