diff options
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 |