diff --git a/handler.go b/handler.go index c5403d1..0085038 100644 --- a/handler.go +++ b/handler.go @@ -9,7 +9,7 @@ import ( "reflect" "sync" - "github.com/inconshreveable/log15/stack" + "gopkg.in/inconshreveable/log15.v2/stack" ) // A Logger prints its log records by writing to a Handler. diff --git a/stack/stack_test.go b/stack/stack_test.go index 52371b1..14e97fa 100644 --- a/stack/stack_test.go +++ b/stack/stack_test.go @@ -9,7 +9,7 @@ import ( "runtime" "testing" - "github.com/inconshreveable/log15/stack" + "gopkg.in/inconshreveable/log15.v2/stack" ) type testType struct{}