fix: update libraries
This commit is contained in:
10
cli/go.mod
10
cli/go.mod
@@ -4,9 +4,9 @@ go 1.13
|
||||
|
||||
require (
|
||||
github.com/castawaylabs/cachet-monitor v1.1.0 // indirect
|
||||
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815 // indirect
|
||||
github.com/macchiang/cachet-monitor v1.1.0 // indirect
|
||||
github.com/mitchellh/mapstructure v1.1.2 // indirect
|
||||
github.com/sirupsen/logrus v1.4.2 // indirect
|
||||
gopkg.in/yaml.v2 v2.2.7 // 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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user