fix cachet api returning bad response code
This commit is contained in:
17
go.mod
Normal file
17
go.mod
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
||||
)
|
||||
Reference in New Issue
Block a user