mock: move to internal/backend

This commit is contained in:
Michael Eischer
2022-07-17 13:40:06 +02:00
parent d9ea1e9ee2
commit 163ab9c025
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"io"
"testing"
"github.com/restic/restic/internal/mock"
"github.com/restic/restic/internal/backend/mock"
"github.com/restic/restic/internal/restic"
rtest "github.com/restic/restic/internal/test"
)