diff options
Diffstat (limited to 'api/attribute_test.go')
-rw-r--r-- | api/attribute_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/api/attribute_test.go b/api/attribute_test.go index 271b0191..72b20bf1 100644 --- a/api/attribute_test.go +++ b/api/attribute_test.go @@ -19,10 +19,9 @@ import ( "net" "testing" - "github.com/osrg/gobgp/packet/bgp" - "github.com/golang/protobuf/ptypes" "github.com/golang/protobuf/ptypes/any" + "github.com/osrg/gobgp/pkg/packet/bgp" "github.com/stretchr/testify/assert" ) |