From a6946bbd17797ffea90103f445965bf10ab52457 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Mon, 14 Dec 2020 08:51:14 -0300 Subject: [PATCH] chore: fix import Signed-off-by: Carlos Alexandro Becker --- internal/pipe/nfpm/nfpm_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/pipe/nfpm/nfpm_test.go b/internal/pipe/nfpm/nfpm_test.go index 7c29f8b25..0bf6be354 100644 --- a/internal/pipe/nfpm/nfpm_test.go +++ b/internal/pipe/nfpm/nfpm_test.go @@ -1,6 +1,7 @@ package nfpm import ( + "io/ioutil" "os" "path/filepath" "runtime"