|
module 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
|