mirror of
https://github.com/restic/restic.git
synced 2024-12-26 01:37:12 +00:00
location: Move to backend/location
This commit is contained in:
parent
9861f3d435
commit
2e0b19f63f
3 changed files with 1 additions and 1 deletions
|
@ -12,11 +12,11 @@ import (
|
||||||
"syscall"
|
"syscall"
|
||||||
|
|
||||||
"restic/backend/local"
|
"restic/backend/local"
|
||||||
|
"restic/backend/location"
|
||||||
"restic/backend/rest"
|
"restic/backend/rest"
|
||||||
"restic/backend/s3"
|
"restic/backend/s3"
|
||||||
"restic/backend/sftp"
|
"restic/backend/sftp"
|
||||||
"restic/debug"
|
"restic/debug"
|
||||||
"restic/location"
|
|
||||||
"restic/repository"
|
"restic/repository"
|
||||||
|
|
||||||
"restic/errors"
|
"restic/errors"
|
||||||
|
|
Loading…
Reference in a new issue