summaryrefslogtreecommitdiffhomepage
path: root/server/rpki.go
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2017-06-07 16:00:34 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2017-06-07 21:04:11 +0900
commitd65df0b0452e2acb3234836507ba07107035d572 (patch)
treefd7457ceaed407e67e2e8a25f693a12c993efd31 /server/rpki.go
parent452eb2a4f679b26a6aa71761160ba9ec43d97ffc (diff)
replace github.com/Sirupsen/logrus with github.com/sirupsen/logrus
The usage of "github.com/sirupsen/logrus" is recommended. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'server/rpki.go')
-rw-r--r--server/rpki.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/rpki.go b/server/rpki.go
index 5c8c3db9..a93decb8 100644
--- a/server/rpki.go
+++ b/server/rpki.go
@@ -24,12 +24,12 @@ import (
"strconv"
"time"
- log "github.com/Sirupsen/logrus"
"github.com/armon/go-radix"
"github.com/osrg/gobgp/config"
"github.com/osrg/gobgp/packet/bgp"
"github.com/osrg/gobgp/packet/rtr"
"github.com/osrg/gobgp/table"
+ log "github.com/sirupsen/logrus"
"golang.org/x/net/context"
)