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

10 lines
217 B
Modula-2
Raw Normal View History

2022-01-10 08:07:36 +00:00
module github.com/X-Cli/large-file-decrypt
go 1.15
require (
github.com/hashicorp/go-multierror v1.1.1
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
)