b1468a732f
Error was
+GOOS=darwin
+GOARCH=amd64
+go build -tags without_openssl
# github.com/rfjakob/gocryptfs/internal/syscallcompat
internal/syscallcompat/unix2syscall_darwin.go:22:32: u.Atimespec undefined (type unix.Stat_t has no field or method Atimespec)
internal/syscallcompat/unix2syscall_darwin.go:23:32: u.Mtimespec undefined (type unix.Stat_t has no field or method Mtimespec)
internal/syscallcompat/unix2syscall_darwin.go:24:32: u.Ctimespec undefined (type unix.Stat_t has no field or method Ctimespec)
caused by 87c872767d (diff-4913a9178621eadcdf191db17915fbcb)
106 lines
2.7 KiB
TOML
106 lines
2.7 KiB
TOML
# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
|
|
|
|
|
|
[[projects]]
|
|
branch = "master"
|
|
digest = "1:67d3bd9bc4cd62c04043973d4771e792098345501ff1bf872531b26ab22e8936"
|
|
name = "github.com/hanwen/go-fuse"
|
|
packages = [
|
|
"fuse",
|
|
"fuse/nodefs",
|
|
"fuse/pathfs",
|
|
"internal",
|
|
"internal/utimens",
|
|
"splice",
|
|
]
|
|
pruneopts = ""
|
|
revision = "161a164844568ebf4bfaa68c90ba3a9f2914dda4"
|
|
|
|
[[projects]]
|
|
branch = "master"
|
|
digest = "1:bf88eeaebb6746203406df8d361ab866bec8604d3663a5e3350ee22f0b5702fb"
|
|
name = "github.com/jacobsa/crypto"
|
|
packages = [
|
|
"cmac",
|
|
"common",
|
|
"siv",
|
|
]
|
|
pruneopts = ""
|
|
revision = "9f44e2d11115452dad8f404f029574422855f46a"
|
|
|
|
[[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]]
|
|
digest = "1:321aeb7694b1803b7c7e27191e464ec2ce541a2730b3a0c5f7451296d9b3a69e"
|
|
name = "github.com/sabhiram/go-gitignore"
|
|
packages = ["."]
|
|
pruneopts = ""
|
|
revision = "d3107576ba9425fc1c85f4b3569c4631b805a02e"
|
|
version = "1.0.2"
|
|
|
|
[[projects]]
|
|
branch = "master"
|
|
digest = "1:ab3e9a81a5ec54c5d1ed41d0d6898ba88c6799fa401b784b06bdee8e432d872b"
|
|
name = "golang.org/x/crypto"
|
|
packages = [
|
|
"hkdf",
|
|
"pbkdf2",
|
|
"scrypt",
|
|
"ssh/terminal",
|
|
]
|
|
pruneopts = ""
|
|
revision = "a1f597ede03a7bef967a422b5b3a5bd08805a01e"
|
|
|
|
[[projects]]
|
|
branch = "master"
|
|
digest = "1:0142c968b74c157abbb0220c05fa2bdde8a3a4509d6134b35ef75d5b58afb721"
|
|
name = "golang.org/x/sync"
|
|
packages = ["syncmap"]
|
|
pruneopts = ""
|
|
revision = "e225da77a7e68af35c70ccbf71af2b83e6acac3c"
|
|
|
|
[[projects]]
|
|
branch = "master"
|
|
digest = "1:677902b7cbbfa124deba62fc56aaa9ec7ad76ab7c45d42f76c973d3e7a1ef109"
|
|
name = "golang.org/x/sys"
|
|
packages = [
|
|
"unix",
|
|
"windows",
|
|
]
|
|
pruneopts = ""
|
|
revision = "61b9204099cb1bebc803c9ffb9b2d3acd9d457d9"
|
|
|
|
[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",
|
|
"github.com/sabhiram/go-gitignore",
|
|
"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
|