From 0c5dd86b31f29153e01f35b994003f283eac9c18 Mon Sep 17 00:00:00 2001 From: Nick Miyake Date: Mon, 25 Nov 2019 08:13:42 -0800 Subject: [PATCH] Fix import path in test (#197) --- 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 {