diff options
Diffstat (limited to 'table/path_test.go')
-rw-r--r-- | table/path_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/table/path_test.go b/table/path_test.go index e12640e2..6e7a3534 100644 --- a/table/path_test.go +++ b/table/path_test.go @@ -6,7 +6,7 @@ import ( "testing" "time" - "github.com/osrg/gobgp/packet" + "github.com/osrg/gobgp/packet/bgp" "github.com/stretchr/testify/assert" ) |