mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 07:33:21 +00:00
Copy errors & fs packages from the restic repo and fix import paths
Tedious, but I see no better way...
This commit is contained in:
parent
80196e6df6
commit
93d8c2beba
11 changed files with 328 additions and 2 deletions
|
@ -33,7 +33,7 @@ import (
|
|||
"io"
|
||||
"log"
|
||||
|
||||
"restic/fs"
|
||||
"github.com/zcalusic/restic-server/fs"
|
||||
)
|
||||
|
||||
// lookup passwords in a htpasswd file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue