chore: rebrand as backrest

This commit is contained in:
Gareth George
2023-12-22 09:06:23 +00:00
parent c03ddef18e
commit 94f73d456c
71 changed files with 777 additions and 776 deletions

View File

@@ -7,8 +7,8 @@ import (
"sync/atomic"
"time"
v1 "github.com/garethgeorge/restora/gen/go/v1"
"github.com/garethgeorge/restora/internal/oplog"
v1 "github.com/garethgeorge/backrest/gen/go/v1"
"github.com/garethgeorge/backrest/internal/oplog"
"github.com/hashicorp/go-multierror"
)