mirror of
https://github.com/restic/restic.git
synced 2026-09-20 11:08:30 +00:00
Update vendored deps (except minio-go)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package sftp
|
||||
|
||||
import "syscall"
|
||||
|
||||
func fakeFileInfoSys() interface{} {
|
||||
return syscall.Win32FileAttributeData{}
|
||||
}
|
||||
|
||||
func testOsSys(sys interface{}) error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user