diff --git a/rotate_test.go b/rotate_test.go index 0feea21..4bd4325 100644 --- a/rotate_test.go +++ b/rotate_test.go @@ -8,7 +8,7 @@ import ( "os/signal" "syscall" - "github.com/natefinch/lumberjack.v2" + "gopkg.in/natefinch/lumberjack.v2" ) // Example of how to rotate in response to SIGHUP.