17 Commits (8cb104f004cc5d3343bc3b5ef2187c1830e00f19)

Author SHA1 Message Date
Jakob Unterwurzacher b1468a732f Fix unix2syscall_darwin.go build failure
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)
4 years ago
Jakob Unterwurzacher 5888df9fbc dep: add go-gitignore 4 years ago
Jakob Unterwurzacher 3ccb9f86a6 Update dependencies
We want this go-fuse commit
161a164844
as it fixes
https://github.com/rfjakob/gocryptfs/issues/274 and
https://github.com/rfjakob/gocryptfs/issues/375
4 years ago
Jakob Unterwurzacher 60cae5063f Update deps
go-fuse now has a v1.0.0. release!
https://github.com/hanwen/go-fuse/releases/tag/v1.0.0
4 years ago
Jakob Unterwurzacher fa81c13bee Update dependencies
Fix for https://github.com/rfjakob/gocryptfs/issues/351 was
just merged into go-fuse.

Closes https://github.com/rfjakob/gocryptfs/issues/351
4 years ago
Jakob Unterwurzacher 9f3ad4daeb dep: update dependencies
This also drops now-unused dependencies.
4 years ago
Jakob Unterwurzacher 7771a33f65 dep: update dependencies 5 years ago
Jakob Unterwurzacher e925e1b78e dep: fix constraints and update dependencies
Gopkg.toml was emptied out by commit c3e12b5e68 which
seemed to work fine at the time. It turns out that, in
absence of a

  branch = "master"

constraint, dep will use the last tag. We want latest
master, as this is what "go get" fetches, and hence
what Travis uses for testing.
5 years ago
Jakob Unterwurzacher 98aa9cb176 dep: update xattr dependency
We need LGet support from the newest release.
5 years ago
Bolshevik 95964fb5f0 Updated dependencies. 5 years ago
Jakob Unterwurzacher 1a3d04ab87 Switch from private copy to pkg/xattr
Now that https://github.com/pkg/xattr/pull/24
has been merged there is no reason to keep
our private copy.

Switch to the upstream version.
5 years ago
Jakob Unterwurzacher c3e12b5e68 dep: add xattr dependency
Also, clear out Gopkg.toml. Everything is unconstrained
anyway, so make it an empty file. Seems to work fine.
5 years ago
Jakob Unterwurzacher 9c86daf499 Update deps
We need the bugfix in go-fuse
5 years ago
Jakob Unterwurzacher b611e01035 Update deps 5 years ago
Jakob Unterwurzacher 6d46c4f31c dep: update dependencies
We needed a newer version of x/sys/unix to compile,
and we want the fixes in go-fuse.
5 years ago
Jakob Unterwurzacher 2aaf9c6387 dep: update dependencies 6 years ago
Jakob Unterwurzacher 512be8f081 Add "dep" files: Gopkg.toml and Gopkg.lock
Allows users to get a reproduceable build. Still needs to
be integrated into build.bash.

Suggested at https://github.com/rfjakob/gocryptfs/issues/142
6 years ago