aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorRastislav Szabo <raszabo@cisco.com>2018-01-04 08:44:00 +0000
committerGerrit Code Review <gerrit@fd.io>2018-01-04 08:44:00 +0000
commit35fd2cc86d442dee6fa4c8adb46a6e4906a66ab3 (patch)
treecf5c057ee0aeb769c683368f1f391dacafd1d671 /examples
parent8b44355205182f6042b0691fa31fb8aafcefb42d (diff)
parentac6019137d5b10d02c7acac4f63fa22091b9933d (diff)
Merge "Fix imports for github.com/sirupsen/logrus"
Diffstat (limited to 'examples')
-rw-r--r--examples/cmd/perf-bench/perf-bench.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cmd/perf-bench/perf-bench.go b/examples/cmd/perf-bench/perf-bench.go
index e414b20..ca74df6 100644
--- a/examples/cmd/perf-bench/perf-bench.go
+++ b/examples/cmd/perf-bench/perf-bench.go
@@ -24,7 +24,7 @@ import (
"sync"
"time"
- "github.com/Sirupsen/logrus"
+ "github.com/sirupsen/logrus"
"github.com/pkg/profile"
"git.fd.io/govpp.git"