aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 15184d5e389f22286d697ac84be1b4d2bd83930b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/rfjakob/gocryptfs

go 1.13

require (
	github.com/hanwen/go-fuse v1.0.1-0.20190319092520-161a16484456
	github.com/jacobsa/crypto v0.0.0-20190317225127-9f44e2d11115
	github.com/jacobsa/oglematchers v0.0.0-20150720000706-141901ea67cd // indirect
	github.com/jacobsa/oglemock v0.0.0-20150831005832-e94d794d06ff // indirect
	github.com/jacobsa/ogletest v0.0.0-20170503003838-80d50a735a11 // indirect
	github.com/jacobsa/reqtrace v0.0.0-20150505043853-245c9e0234cb // indirect
	github.com/pkg/xattr v0.4.1-0.20181031164004-7782c2d6871d
	github.com/rfjakob/eme v0.0.0-20171028163933-2222dbd4ba46
	github.com/sabhiram/go-gitignore v0.0.0-20180611051255-d3107576ba94
	github.com/stretchr/testify v1.5.1 // indirect
	golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a
	golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
	golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6
	golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd
)