mirror of
https://github.com/rclone/rclone.git
synced 2025-08-14 07:49:00 +02:00
cache: follow move of upstream library github.com/coreos/bbolt github.com/etcd-io/bbolt
This commit is contained in:
2
backend/cache/storage_persistent.go
vendored
2
backend/cache/storage_persistent.go
vendored
@ -16,7 +16,7 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
bolt "github.com/coreos/bbolt"
|
||||
bolt "github.com/etcd-io/bbolt"
|
||||
"github.com/pkg/errors"
|
||||
"github.com/rclone/rclone/fs"
|
||||
"github.com/rclone/rclone/fs/walk"
|
||||
|
Reference in New Issue
Block a user