module Picocrypt go 1.17 require ( github.com/HACKERALERT/dialog v0.0.0-20220508022504-af3bc34fe379 github.com/HACKERALERT/giu v0.5.7-0.20221117223150-211c1da061d9 github.com/HACKERALERT/imgui-go v1.12.1-0.20221117223032-1d1c00423178 github.com/HACKERALERT/infectious v0.0.0-20240424200929-b9ce72346a19 github.com/HACKERALERT/serpent v0.0.0-20210716182301-293b29869c66 github.com/HACKERALERT/zxcvbn-go v0.0.0-20220508022013-fa924b767f89 golang.org/x/crypto v0.22.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.19.1-0.20240416221847-9a28524796a5 // indirect )