module Picocrypt go 1.17 require ( github.com/HACKERALERT/dialog v0.0.0-20220508022504-af3bc34fe379 github.com/HACKERALERT/giu v0.5.7-0.20240618030735-f3076d5b31c1 github.com/HACKERALERT/imgui-go v1.12.1-0.20240618030615-ca96a19d1498 github.com/HACKERALERT/infectious v0.0.0-20240622035800-1b100aa35681 github.com/HACKERALERT/serpent v0.0.0-20210716182301-293b29869c66 github.com/HACKERALERT/zxcvbn-go v0.0.0-20220508022013-fa924b767f89 golang.org/x/crypto v0.25.0 ) require ( github.com/HACKERALERT/gl v0.0.0-20220507232930-73af36e130d3 // indirect github.com/HACKERALERT/glfw/v3.3/glfw v0.0.0-20221117222155-c08d79e41abe // indirect github.com/HACKERALERT/mainthread v0.0.0-20211027212305-2ec9e701cc14 // indirect github.com/HACKERALERT/w32 v0.0.0-20220507231852-76f2a4b526bd // indirect golang.org/x/sys v0.22.0 // indirect )