diff --git a/src/cmds/restic/integration_helpers_unix_test.go b/src/cmds/restic/integration_helpers_unix_test.go index b8ef4bcdd..b0d6f69a7 100644 --- a/src/cmds/restic/integration_helpers_unix_test.go +++ b/src/cmds/restic/integration_helpers_unix_test.go @@ -6,6 +6,7 @@ import ( "fmt" "os" "syscall" + "io/ioutil" ) func (e *dirEntry) equals(other *dirEntry) bool { diff --git a/src/cmds/restic/integration_helpers_windows_test.go b/src/cmds/restic/integration_helpers_windows_test.go index a3d1ec3f6..58afb0e34 100644 --- a/src/cmds/restic/integration_helpers_windows_test.go +++ b/src/cmds/restic/integration_helpers_windows_test.go @@ -5,6 +5,7 @@ package main import ( "fmt" "os" + "io/ioutil" ) func (e *dirEntry) equals(other *dirEntry) bool {