diff --git a/tar_test.go b/tar_test.go index fba48edd..7a9d3541 100644 --- a/tar_test.go +++ b/tar_test.go @@ -6,7 +6,7 @@ import ( "path" "testing" - "github.com/mholt/archiver" + "github.com/mholt/archiver/v3" ) func requireRegularFile(t *testing.T, path string) os.FileInfo {