module Picocrypt go 1.24 require ( github.com/Picocrypt/dialog v0.0.0-20240831001746-9ca708a9cd29 github.com/Picocrypt/giu v0.0.0-20240831005244-5771b35043ac github.com/Picocrypt/imgui-go v0.0.0-20240831004007-6f60d7beadf6 github.com/Picocrypt/infectious v0.0.0-20240830233326-3a050f65f9ec github.com/Picocrypt/serpent v0.0.0-20240830233833-9ad6ab254fd7 github.com/Picocrypt/zxcvbn-go v0.0.0-20240831000415-fccb38ccb913 golang.org/x/crypto v0.37.0 ) require ( github.com/Picocrypt/gl v0.0.0-20240831002619-6531d2bba5fc // indirect github.com/Picocrypt/glfw/v3.3/glfw v0.0.0-20240831003212-7f16c5fb374b // indirect github.com/Picocrypt/mainthread v0.0.0-20240831004314-496f638392b3 // indirect github.com/Picocrypt/w32 v0.0.0-20240831001500-1183079d4d57 // indirect golang.org/x/sys v0.32.0 // indirect )