From d65df0b0452e2acb3234836507ba07107035d572 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Wed, 7 Jun 2017 16:00:34 +0900 Subject: replace github.com/Sirupsen/logrus with github.com/sirupsen/logrus The usage of "github.com/sirupsen/logrus" is recommended. Signed-off-by: FUJITA Tomonori --- table/table.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'table/table.go') diff --git a/table/table.go b/table/table.go index 6e90faf7..c1ed3a29 100644 --- a/table/table.go +++ b/table/table.go @@ -20,9 +20,9 @@ import ( "net" "sort" - log "github.com/Sirupsen/logrus" "github.com/armon/go-radix" "github.com/osrg/gobgp/packet/bgp" + log "github.com/sirupsen/logrus" ) type LookupOption uint8 -- cgit v1.2.3