blob: 6744057b2046d0e2c9d058243d752c08efb1860f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
module github.com/rfjakob/gocryptfs/v2
go 1.19
require (
github.com/aperturerobotics/jacobsa-crypto v1.1.0
github.com/hanwen/go-fuse/v2 v2.7.3-0.20250306214706-e3463465126a
github.com/moby/sys/mountinfo v0.7.2
github.com/pkg/xattr v0.4.9
github.com/rfjakob/eme v1.1.2
github.com/spf13/pflag v1.0.5
golang.org/x/crypto v0.33.0
golang.org/x/sys v0.30.0
golang.org/x/term v0.29.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.10.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
|