Jakob Unterwurzacher
|
ac2e5baa13
|
go.mod: update go-fuse to latest master
We need
09a3c38171
fuse: support the new macFUSE mount protocol
so mounting on MacFuse 4.x works.
Updated using
go get github.com/hanwen/go-fuse/v2@master
.
Fixes https://github.com/rfjakob/gocryptfs/issues/524
|
2021-01-31 08:36:57 +01:00 |
|
Jakob Unterwurzacher
|
6bdc8c6ee8
|
go.mod: switch back to mainline go-fuse
https://review.gerrithub.io/c/hanwen/go-fuse/+/503508
was merged as
1d0096e579
so we don't need our fork anymore.
|
2020-11-10 19:24:48 +01:00 |
|
Jakob Unterwurzacher
|
f03f56844b
|
go.mod: temporarily switch to patched go-fuse fork
Use our fork until https://review.gerrithub.io/c/hanwen/go-fuse/+/503508
gets merged.
Command used was:
go mod edit -replace github.com/hanwen/go-fuse/v2=github.com/rfjakob/go-fuse/v2@knodes_upstreaming_v3
|
2020-10-15 22:45:06 +02:00 |
|
Jakob Unterwurzacher
|
04b46c7adf
|
go.mod: update go-fuse
|
2020-09-12 18:10:29 +02:00 |
|
Jakob Unterwurzacher
|
81fb42b912
|
go.mod: update to go-fuse master
We need the read-only fix from go-fuse master.
|
2020-07-23 23:04:46 +02:00 |
|
Jakob Unterwurzacher
|
ded4bbe645
|
go mod tidy
The go-fuse v1 dependency is spurious. Will be fixed by
https://github.com/hanwen/go-fuse/pull/360
|
2020-05-17 14:25:30 +02:00 |
|
Jakob Unterwurzacher
|
b23f77c8ea
|
go mod: update dependencies
Updated using
go get -t -u ./...
|
2020-05-03 20:49:18 +02:00 |
|
Jakob Unterwurzacher
|
cad711993d
|
dep: migrate to Go Modules
Following https://blog.golang.org/migrating-to-go-modules
|
2020-04-13 14:54:04 +02:00 |
|