13 lines
309 B
Modula-2
13 lines
309 B
Modula-2
module main
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/castawaylabs/cachet-monitor v1.1.0 // indirect
|
|
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
|
|
github.com/milkinteractive/cachet-monitor v1.1.0
|
|
github.com/mitchellh/mapstructure v1.1.2
|
|
github.com/sirupsen/logrus v1.4.2
|
|
gopkg.in/yaml.v2 v2.2.7
|
|
)
|