2021-08-23 15:05:15 +02:00
|
|
|
module github.com/rfjakob/gocryptfs/v2
|
2020-04-13 13:59:30 +02:00
|
|
|
|
2021-07-29 11:21:16 +02:00
|
|
|
go 1.16
|
2020-04-13 13:59:30 +02:00
|
|
|
|
|
|
|
require (
|
2022-06-25 23:57:38 +02:00
|
|
|
github.com/aperturerobotics/jacobsa-crypto v1.0.0
|
2022-09-08 01:17:10 +02:00
|
|
|
github.com/hanwen/go-fuse/v2 v2.1.1-0.20221117175120-915cf5413cde
|
2021-08-18 16:21:35 +02:00
|
|
|
github.com/pkg/xattr v0.4.3
|
|
|
|
github.com/rfjakob/eme v1.1.2
|
|
|
|
github.com/sabhiram/go-gitignore v0.0.0-20201211210132-54b8a0bf510f
|
2021-08-10 18:24:35 +02:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2021-08-18 16:21:35 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
|
2022-06-25 23:57:38 +02:00
|
|
|
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
|
2022-08-28 12:03:34 +02:00
|
|
|
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
|
2020-04-13 13:59:30 +02:00
|
|
|
)
|