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
dns.go
View File

@@ -5,7 +5,7 @@ import (
"regexp"
"strings"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/miekg/dns"
)