1
0
Fork 0
mirror of https://github.com/X-Cli/large-file-decrypt.git synced 2025-05-17 20:43:50 +00:00
large-file-crypto/go.mod

10 lines
217 B
Modula-2
Raw Normal View History

2022-01-10 09:07:36 +01: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
)