You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
295 B
Modula-2
11 lines
295 B
Modula-2
2 years ago
|
module libgocryptfs/v2
|
||
|
|
||
|
go 1.16
|
||
|
|
||
|
require (
|
||
|
github.com/jacobsa/crypto v0.0.0-20190317225127-9f44e2d11115 // indirect
|
||
|
github.com/rfjakob/eme v1.1.2 // indirect
|
||
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
|
||
|
golang.org/x/sys v0.0.0-20211023085530-d6a326fbbf70 // indirect
|
||
|
)
|