cache: follow move of upstream library github.com/coreos/bbolt github.com/etcd-io/bbolt
This commit is contained in:
parent
3da1cbfc81
commit
3dcf1e61cf
36 changed files with 6 additions and 6 deletions
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue