fix: update libraries

This commit is contained in:
Christoph Eck
2020-01-27 18:37:17 +01:00
parent de4d2451d5
commit 29b2bf457a
5 changed files with 22 additions and 13 deletions

View File

@@ -11,10 +11,10 @@ import (
"strings"
"sync"
"github.com/sirupsen/logrus"
cachet "github.com/macchiang/cachet-monitor"
docopt "github.com/docopt/docopt-go"
cachet "github.com/milkinteractive/cachet-monitor"
"github.com/mitchellh/mapstructure"
"github.com/sirupsen/logrus"
"gopkg.in/yaml.v2"
)