libgocryptfs/go.mod

18 lines
568 B
Modula-2
Raw Normal View History

2021-10-24 10:48:44 +02:00
module libgocryptfs/v2
2022-09-18 15:05:28 +02:00
go 1.19
2021-10-24 10:48:44 +02:00
require (
2021-12-18 14:50:55 +01:00
github.com/jacobsa/crypto v0.0.0-20190317225127-9f44e2d11115
2022-09-18 15:05:28 +02:00
github.com/rfjakob/eme v1.1.2
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90
golang.org/x/sys v0.0.0-20220915200043-7b5979e65e41
)
require (
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
2021-10-24 10:48:44 +02:00
)