diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/core.go | 2 | ||||
-rw-r--r-- | core/msg_codec.go | 2 | ||||
-rw-r--r-- | core/notification_handler.go | 2 | ||||
-rw-r--r-- | core/request_handler.go | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/core/core.go b/core/core.go index 94218d8..3eea332 100644 --- a/core/core.go +++ b/core/core.go @@ -23,7 +23,7 @@ import ( "sync/atomic" "time" - logger "github.com/sirupsen/logrus" + logger "github.com/Sirupsen/logrus" "git.fd.io/govpp.git/adapter" "git.fd.io/govpp.git/api" diff --git a/core/msg_codec.go b/core/msg_codec.go index 999b502..5614a7e 100644 --- a/core/msg_codec.go +++ b/core/msg_codec.go @@ -20,8 +20,8 @@ import ( "fmt" "reflect" + logger "github.com/Sirupsen/logrus" "github.com/lunixbochs/struc" - logger "github.com/sirupsen/logrus" "git.fd.io/govpp.git/api" ) diff --git a/core/notification_handler.go b/core/notification_handler.go index 89c16a4..5cd132c 100644 --- a/core/notification_handler.go +++ b/core/notification_handler.go @@ -18,7 +18,7 @@ import ( "fmt" "reflect" - logger "github.com/sirupsen/logrus" + logger "github.com/Sirupsen/logrus" "git.fd.io/govpp.git/api" ) diff --git a/core/request_handler.go b/core/request_handler.go index c1683d3..e0235b9 100644 --- a/core/request_handler.go +++ b/core/request_handler.go @@ -19,7 +19,7 @@ import ( "fmt" "sync/atomic" - logger "github.com/sirupsen/logrus" + logger "github.com/Sirupsen/logrus" "git.fd.io/govpp.git/api" "git.fd.io/govpp.git/core/bin_api/vpe" |