Picocrypt/src/go.mod
2022-03-26 23:54:20 -04:00

23 lines
981 B
Modula-2

module Picocrypt
go 1.17
require (
github.com/HACKERALERT/clipboard v0.1.5-0.20211215214929-7345ba96aeca
github.com/HACKERALERT/dialog v0.0.0-20211215220206-17f428aa513e
github.com/HACKERALERT/giu v0.5.7-0.20220327031954-f16932ec1d06
github.com/HACKERALERT/infectious v0.0.0-20220327020438-3073de4d0e0a
github.com/HACKERALERT/serpent v0.0.0-20210716182301-293b29869c66
github.com/HACKERALERT/zxcvbn-go v0.0.0-20210927200100-f131a4666ad5
golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064
)
require (
github.com/HACKERALERT/gl v0.0.0-20220327023711-7f5daacfd4ff // indirect
github.com/HACKERALERT/glfw/v3.3/glfw v0.0.0-20211216001154-d0da149b3bef // indirect
github.com/HACKERALERT/imgui-go v1.12.1-0.20220327031353-706c73407fa1 // indirect
github.com/HACKERALERT/mainthread v0.0.0-20211027212305-2ec9e701cc14 // indirect
github.com/HACKERALERT/w32 v0.0.0-20211215215707-4b84c2675d8d // indirect
golang.org/x/sys v0.0.0-20220325203850-36772127a21f // indirect
)