summaryrefslogtreecommitdiffhomepage
path: root/table/policy_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'table/policy_test.go')
-rw-r--r--table/policy_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/table/policy_test.go b/table/policy_test.go
index a846dabe..c55eb1c8 100644
--- a/table/policy_test.go
+++ b/table/policy_test.go
@@ -24,9 +24,9 @@ import (
"testing"
"time"
- log "github.com/Sirupsen/logrus"
"github.com/osrg/gobgp/config"
"github.com/osrg/gobgp/packet/bgp"
+ log "github.com/sirupsen/logrus"
"github.com/stretchr/testify/assert"
)