backend/b2: Switch to official library Backblaze/blazer

According to https://github.com/kurin/blazer Readme, the repository is
no longer maintained, and the official one at
https://github.com/Backblaze/blazer took over.

Closes #4148
This commit is contained in:
Michael Eischer
2023-10-21 19:18:13 +02:00
parent 17f2301cc2
commit 6c7560e537
3 changed files with 38 additions and 38 deletions

View File

@@ -16,8 +16,8 @@ import (
"github.com/restic/restic/internal/errors"
"github.com/restic/restic/internal/restic"
"github.com/kurin/blazer/b2"
"github.com/kurin/blazer/base"
"github.com/Backblaze/blazer/b2"
"github.com/Backblaze/blazer/base"
)
// b2Backend is a backend which stores its data on Backblaze B2.