mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2024-11-10 04:48:01 +00:00
10 lines
298 B
Modula-2
10 lines
298 B
Modula-2
module github.com/HACKERALERT/Picocrypt/cli/v1/picocrypt
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/HACKERALERT/crypto v0.0.0-20220905152506-aa0dd62d8f67
|
|
github.com/HACKERALERT/infectious v0.0.0-20220905152109-2c37b99f37ff
|
|
)
|
|
|
|
require github.com/HACKERALERT/sys v0.0.0-20220905150735-46e319fb60c9 // indirect
|