diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-06-07 16:00:34 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-06-07 21:04:11 +0900 |
commit | d65df0b0452e2acb3234836507ba07107035d572 (patch) | |
tree | fd7457ceaed407e67e2e8a25f693a12c993efd31 /table/table.go | |
parent | 452eb2a4f679b26a6aa71761160ba9ec43d97ffc (diff) |
replace github.com/Sirupsen/logrus with github.com/sirupsen/logrus
The usage of "github.com/sirupsen/logrus" is recommended.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'table/table.go')
-rw-r--r-- | table/table.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |