diff options
Diffstat (limited to 'table')
-rw-r--r-- | table/destination.go | 2 | ||||
-rw-r--r-- | table/path.go | 2 | ||||
-rw-r--r-- | table/vrf.go | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/table/destination.go b/table/destination.go index 61d3e4c8..4176a1ae 100644 --- a/table/destination.go +++ b/table/destination.go @@ -21,7 +21,7 @@ import ( "encoding/json" "fmt" log "github.com/Sirupsen/logrus" - "github.com/osrg/gobgp/api" + api "github.com/osrg/gobgp/api" "github.com/osrg/gobgp/packet" "net" ) diff --git a/table/path.go b/table/path.go index 0dcc1185..08e037ae 100644 --- a/table/path.go +++ b/table/path.go @@ -20,7 +20,7 @@ import ( "encoding/json" "fmt" log "github.com/Sirupsen/logrus" - "github.com/osrg/gobgp/api" + api "github.com/osrg/gobgp/api" "github.com/osrg/gobgp/config" "github.com/osrg/gobgp/packet" "math" diff --git a/table/vrf.go b/table/vrf.go index 4474b993..8f857a16 100644 --- a/table/vrf.go +++ b/table/vrf.go @@ -16,7 +16,7 @@ package table import ( - "github.com/osrg/gobgp/api" + api "github.com/osrg/gobgp/api" "github.com/osrg/gobgp/packet" ) |