7ee4c8e9c3
Replace dependency jacobsa/crypto with a fork with support for riscv64. Issue: https://github.com/rfjakob/gocryptfs/issues/666 Upstream PR: https://github.com/jacobsa/crypto/issues/13 Unaddressed on jacobsa/crypto: https://github.com/jacobsa/crypto/pull/14#issuecomment-1182744229 Signed-off-by: Christian Stewart <christian@paral.in>
16 lines
502 B
Modula-2
16 lines
502 B
Modula-2
module github.com/rfjakob/gocryptfs/v2
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/aperturerobotics/jacobsa-crypto v1.0.0
|
|
github.com/hanwen/go-fuse/v2 v2.1.1-0.20221117175120-915cf5413cde
|
|
github.com/pkg/xattr v0.4.3
|
|
github.com/rfjakob/eme v1.1.2
|
|
github.com/sabhiram/go-gitignore v0.0.0-20201211210132-54b8a0bf510f
|
|
github.com/spf13/pflag v1.0.5
|
|
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
|
|
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
|
|
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
|
|
)
|