Fix godeps
Previous one didn't contain appropriate subpackage deps Do note that the jklfs deps are experimental, probably break this out in its own repo eventually.
This commit is contained in:
parent
edc5120921
commit
788e7fd40c
2 changed files with 42 additions and 3 deletions
39
Godeps/Godeps.json
generated
39
Godeps/Godeps.json
generated
|
|
@ -1,12 +1,47 @@
|
|||
{
|
||||
"ImportPath": "github.com/avanier/jkl",
|
||||
"GoVersion": "go1.8",
|
||||
"ImportPath": "otremblay.com/jkl",
|
||||
"GoVersion": "go1.9",
|
||||
"GodepVersion": "v79",
|
||||
"Packages": [
|
||||
"./..."
|
||||
],
|
||||
"Deps": [
|
||||
{
|
||||
"ImportPath": "github.com/hanwen/go-fuse/fuse",
|
||||
"Comment": "v20170619-21-gcf21bc2",
|
||||
"Rev": "cf21bc21cac77db799fff95d80e717908e6356a5"
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/hanwen/go-fuse/fuse/nodefs",
|
||||
"Comment": "v20170619-21-gcf21bc2",
|
||||
"Rev": "cf21bc21cac77db799fff95d80e717908e6356a5"
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/hanwen/go-fuse/fuse/pathfs",
|
||||
"Comment": "v20170619-21-gcf21bc2",
|
||||
"Rev": "cf21bc21cac77db799fff95d80e717908e6356a5"
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/hanwen/go-fuse/splice",
|
||||
"Comment": "v20170619-21-gcf21bc2",
|
||||
"Rev": "cf21bc21cac77db799fff95d80e717908e6356a5"
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/joho/godotenv",
|
||||
"Comment": "v1.1-23-gc9360df",
|
||||
"Rev": "c9360df4d16dc0e391ea2f28da2d31a9ede2e26f"
|
||||
},
|
||||
{
|
||||
"ImportPath": "golang.org/x/crypto/ssh/terminal",
|
||||
"Rev": "541b9d50ad47e36efd8fb423e938e59ff1691f68"
|
||||
},
|
||||
{
|
||||
"ImportPath": "golang.org/x/sys/unix",
|
||||
"Rev": "8dbc5d05d6edcc104950cc299a1ce6641235bc86"
|
||||
},
|
||||
{
|
||||
"ImportPath": "golang.org/x/sys/windows",
|
||||
"Rev": "8dbc5d05d6edcc104950cc299a1ce6641235bc86"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -76,3 +76,7 @@ func (f *jklfile) SetInode(i *nodefs.Inode) {}
|
|||
func (f *jklfile) Utimens(atime *time.Time, mtime *time.Time) fuse.Status {
|
||||
return fuse.EPERM
|
||||
}
|
||||
|
||||
func (f *jklfile) Flock(flags int) fuse.Status {
|
||||
return fuse.ENOSYS
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue