mirror of
https://github.com/restic/restic.git
synced 2025-08-22 09:07:26 +00:00
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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user