boltdb/bolt --> go.etcd.io/bbolt

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard
2018-09-11 15:35:02 -07:00
parent 66b984ee33
commit 2586f3fbb9
27 changed files with 27 additions and 27 deletions

View File

@@ -17,8 +17,8 @@
package metadata
import (
"github.com/boltdb/bolt"
digest "github.com/opencontainers/go-digest"
bolt "go.etcd.io/bbolt"
)
// The layout where a "/" delineates a bucket is desribed in the following