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

2
api.go
View File

@@ -9,7 +9,7 @@ import (
"strconv"
"time"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
)
type CachetAPI struct {