1
0
Fork 0
mirror of https://github.com/X-Cli/large-file-decrypt.git synced 2024-09-19 11:42:10 +00:00
large-file-crypto/go.mod

12 lines
274 B
Modula-2
Raw Permalink Normal View History

2022-01-10 08:07:36 +00:00
module github.com/X-Cli/large-file-decrypt
2022-03-09 14:43:24 +00:00
go 1.17
2022-01-10 08:07:36 +00:00
require (
github.com/hashicorp/go-multierror v1.1.1
2022-03-09 14:43:24 +00:00
golang.org/x/crypto v0.0.0-20220307211146-efcb8507fb70
golang.org/x/sys v0.0.0-20220307203707-22a9840ba4d7
2022-01-10 08:07:36 +00:00
)
2022-03-09 14:43:24 +00:00
require github.com/hashicorp/errwrap v1.0.0 // indirect