Files
cachet-monitor/go.mod
2019-07-27 23:57:06 +07:00

18 lines
579 B
Modula-2

module github.com/castawaylabs/cachet-monitor
go 1.12
require (
github.com/gizak/termui v2.3.0+incompatible // indirect
github.com/maruel/panicparse v1.2.1 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/miekg/dns v1.1.13
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.1.2
github.com/nsf/termbox-go v0.0.0-20190325093121-288510b9734e // indirect
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.4
golang.org/x/net v0.0.0-20190522155817-f3200d17e092 // indirect
gopkg.in/yaml.v2 v2.2.2
)