60cae5063f
go-fuse now has a v1.0.0. release! https://github.com/hanwen/go-fuse/releases/tag/v1.0.0
96 lines
2.4 KiB
TOML
96 lines
2.4 KiB
TOML
# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
|
|
|
|
|
|
[[projects]]
|
|
branch = "master"
|
|
digest = "1:8b2a56e7ee8b311348dea37ae4fc27655b20d0ed415fea609710af180cb1575c"
|
|
name = "github.com/hanwen/go-fuse"
|
|
packages = [
|
|
"fuse",
|
|
"fuse/nodefs",
|
|
"fuse/pathfs",
|
|
"internal/utimens",
|
|
"splice",
|
|
]
|
|
pruneopts = ""
|
|
revision = "a533f0a5a633cccc0928c81985b13fa24407a211"
|
|
|
|
[[projects]]
|
|
branch = "master"
|
|
digest = "1:d8b48d1941f06ed91371d0f00378d2487e70febcebada831d031b32da07e7a1b"
|
|
name = "github.com/jacobsa/crypto"
|
|
packages = [
|
|
"cmac",
|
|
"common",
|
|
"siv",
|
|
]
|
|
pruneopts = ""
|
|
revision = "d95898ceee0769dac9bf74c46f8f68d3d3d79100"
|
|
|
|
[[projects]]
|
|
branch = "master"
|
|
digest = "1:6e487a1dc86459293b2b27f414dc08f260530aa88063a84ad2c4e5a8370f2701"
|
|
name = "github.com/pkg/xattr"
|
|
packages = ["."]
|
|
pruneopts = ""
|
|
revision = "7782c2d6871d6e659e1563dc19c86b845264a6fc"
|
|
|
|
[[projects]]
|
|
branch = "master"
|
|
digest = "1:4f7240806708b689451b6491f574aedd454bf8a25666dc9a65b0903f4e9f53af"
|
|
name = "github.com/rfjakob/eme"
|
|
packages = ["."]
|
|
pruneopts = ""
|
|
revision = "2222dbd4ba467ab3fc7e8af41562fcfe69c0d770"
|
|
|
|
[[projects]]
|
|
branch = "master"
|
|
digest = "1:7a77b79efe106f3304dcf50dc86836151758f246169b527722552a5eb2ae14fc"
|
|
name = "golang.org/x/crypto"
|
|
packages = [
|
|
"hkdf",
|
|
"pbkdf2",
|
|
"scrypt",
|
|
"ssh/terminal",
|
|
]
|
|
pruneopts = ""
|
|
revision = "8dd112bcdc25174059e45e07517d9fc663123347"
|
|
|
|
[[projects]]
|
|
branch = "master"
|
|
digest = "1:0142c968b74c157abbb0220c05fa2bdde8a3a4509d6134b35ef75d5b58afb721"
|
|
name = "golang.org/x/sync"
|
|
packages = ["syncmap"]
|
|
pruneopts = ""
|
|
revision = "e225da77a7e68af35c70ccbf71af2b83e6acac3c"
|
|
|
|
[[projects]]
|
|
branch = "master"
|
|
digest = "1:e9f4395061c4001e3a32b7ab02cb4fa62b50bafaa3245e3f84cc80f637df61a6"
|
|
name = "golang.org/x/sys"
|
|
packages = [
|
|
"unix",
|
|
"windows",
|
|
]
|
|
pruneopts = ""
|
|
revision = "b6889370fb1098ed892bd3400d189bb6a3355813"
|
|
|
|
[solve-meta]
|
|
analyzer-name = "dep"
|
|
analyzer-version = 1
|
|
input-imports = [
|
|
"github.com/hanwen/go-fuse/fuse",
|
|
"github.com/hanwen/go-fuse/fuse/nodefs",
|
|
"github.com/hanwen/go-fuse/fuse/pathfs",
|
|
"github.com/jacobsa/crypto/siv",
|
|
"github.com/pkg/xattr",
|
|
"github.com/rfjakob/eme",
|
|
"golang.org/x/crypto/hkdf",
|
|
"golang.org/x/crypto/scrypt",
|
|
"golang.org/x/crypto/ssh/terminal",
|
|
"golang.org/x/sync/syncmap",
|
|
"golang.org/x/sys/unix",
|
|
]
|
|
solver-name = "gps-cdcl"
|
|
solver-version = 1
|