remove fakefs to drop spf13/afero dependency

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
Davanum Srinivas
2021-06-23 15:00:59 -04:00
parent 7b24c7e4a7
commit 5feff280e1
39 changed files with 85 additions and 4349 deletions

View File

@@ -54,7 +54,7 @@ type impl struct {
// NewCheckpointManager returns a new instance of a checkpoint manager
func NewCheckpointManager(checkpointDir string) (CheckpointManager, error) {
fstore, err := utilstore.NewFileStore(checkpointDir, utilfs.DefaultFs{})
fstore, err := utilstore.NewFileStore(checkpointDir, &utilfs.DefaultFs{})
if err != nil {
return nil, err
}