forked from TrueCloudLab/restic
sftp: Fix errors import
This commit is contained in:
parent
c26dd6b76f
commit
1086528ab7
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
package sftp
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"restic/errors"
|
||||
"unicode"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue