Skip to content

Commit

Permalink
exposes backupformat package
Browse files Browse the repository at this point in the history
  • Loading branch information
vroldanbet committed Nov 27, 2023
1 parent 7942023 commit 8d12245
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/cmd/backup.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (
"github.com/schollz/progressbar/v3"
"github.com/spf13/cobra"

"github.com/authzed/zed/internal/backupformat"
"github.com/authzed/zed/internal/client"
"github.com/authzed/zed/pkg/backupformat"
)

func registerBackupCmd(rootCmd *cobra.Command) {
Expand Down
2 changes: 1 addition & 1 deletion internal/cmd/restore.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (
"github.com/schollz/progressbar/v3"
"github.com/spf13/cobra"

"github.com/authzed/zed/internal/backupformat"
"github.com/authzed/zed/internal/client"
"github.com/authzed/zed/pkg/backupformat"
)

func registerRestoreCmd(rootCmd *cobra.Command) {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8d12245

Please sign in to comment.