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