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