From d7660680ab48b30c20cc6b092cbf4a2f71d946f5 Mon Sep 17 00:00:00 2001 From: Nick Miyake Date: Sun, 24 Nov 2019 21:22:34 -0800 Subject: [PATCH] Fix import path in test --- tar_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {