fixed sirupsen logrus pkg

switched to go mods

Signed-off-by: Alexander Trost <galexrt@googlemail.com>
This commit is contained in:
Alexander Trost
2020-01-08 23:53:30 +01:00
parent 3f82108f98
commit c186e4b292
8 changed files with 65 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ import (
"strings"
"sync"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
cachet "github.com/castawaylabs/cachet-monitor"
docopt "github.com/docopt/docopt-go"
"github.com/mitchellh/mapstructure"