Merge pull request #2634 from jhowardmsft/boltdb

Move to supported boltdb
This commit is contained in:
Michael Crosby
2018-09-13 20:42:00 -04:00
committed by GitHub
55 changed files with 610 additions and 327 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 described in the following