summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
Diffstat (limited to 'service')
-rw-r--r--service/injector_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/injector_test.go b/service/injector_test.go
index eaf5fa72..3a2bf405 100644
--- a/service/injector_test.go
+++ b/service/injector_test.go
@@ -3,7 +3,7 @@ package service
import (
"testing"
"github.com/stretchr/testify/assert"
- "v/github.com/sirupsen/[email protected]/hooks/test"
+ "github.com/sirupsen/logrus/hooks/test"
"github.com/sirupsen/logrus"
)