vendor: upgrade coreos/bbolt to v1.3.1-coreos.3
And pin some other dependencies. Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
This commit is contained in:
2
cmd/vendor/github.com/coreos/bbolt/bolt_windows.go
generated
vendored
2
cmd/vendor/github.com/coreos/bbolt/bolt_windows.go
generated
vendored
@ -62,7 +62,7 @@ func flock(db *DB, mode os.FileMode, exclusive bool, timeout time.Duration) erro
|
||||
if timeout != 0 {
|
||||
t = time.Now()
|
||||
}
|
||||
fd := db.file.Fd()
|
||||
fd := f.Fd()
|
||||
var flag uint32 = flagLockFailImmediately
|
||||
if exclusive {
|
||||
flag |= flagLockExclusive
|
||||
|
Reference in New Issue
Block a user