mirror of
https://github.com/X-Cli/large-file-decrypt.git
synced 2024-09-10 00:02:10 +00:00
11 lines
274 B
Modula-2
11 lines
274 B
Modula-2
module github.com/X-Cli/large-file-decrypt
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
golang.org/x/crypto v0.0.0-20220307211146-efcb8507fb70
|
|
golang.org/x/sys v0.0.0-20220307203707-22a9840ba4d7
|
|
)
|
|
|
|
require github.com/hashicorp/errwrap v1.0.0 // indirect
|