Skip to content

Commit

Permalink
Merge pull request #3711 from ipfs/deps/update-flatfs
Browse files Browse the repository at this point in the history
update flatfs to v1.1.2, directory fd closing fix
  • Loading branch information
whyrusleeping authored Feb 21, 2017
2 parents 9ff46fb + e9c8036 commit 82127d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@
},
{
"author": "whyrusleeping",
"hash": "QmQktQvV8bRSZK3RJz9LW7m7uGFWZjdigzJxgfSrteY1Bd",
"hash": "QmXZEfbEv9sXG9JnLoMNhREDMDgkq5Jd7uWJ7d77VJ4pxn",
"name": "go-ds-flatfs",
"version": "1.1.1"
"version": "1.1.2"
},
{
"author": "whyrusleeping",
Expand Down
2 changes: 1 addition & 1 deletion repo/fsrepo/defaultds.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import (
config "github.com/ipfs/go-ipfs/repo/config"
"github.com/ipfs/go-ipfs/thirdparty/dir"

"gx/ipfs/QmQktQvV8bRSZK3RJz9LW7m7uGFWZjdigzJxgfSrteY1Bd/go-ds-flatfs"
ds "gx/ipfs/QmRWDav6mzWseLWeYfVd5fvUKiVe9xNH29YfMF438fG364/go-datastore"
mount "gx/ipfs/QmRWDav6mzWseLWeYfVd5fvUKiVe9xNH29YfMF438fG364/go-datastore/syncmount"
"gx/ipfs/QmXZEfbEv9sXG9JnLoMNhREDMDgkq5Jd7uWJ7d77VJ4pxn/go-ds-flatfs"
levelds "gx/ipfs/QmaHHmfEozrrotyhyN44omJouyuEtx6ahddqV6W5yRaUSQ/go-ds-leveldb"
ldbopts "gx/ipfs/QmbBhyDKsY4mbY6xsKt3qu9Y7FPvMJ6qbD8AMjYYvPRw1g/goleveldb/leveldb/opt"
measure "gx/ipfs/QmbUSMTQtK9GRrUbD4ngqJwSzHsquUc8nyDubRWp4vPybH/go-ds-measure"
Expand Down

0 comments on commit 82127d5

Please sign in to comment.