Picocrypt/src/go.mod
2021-10-26 22:53:19 -04:00

28 lines
1.2 KiB
Modula-2

module Picocrypt
go 1.17
require (
github.com/AllenDang/giu v0.5.7-0.20210927075207-eff40f64dad5
github.com/HACKERALERT/clipboard v0.1.5-0.20210716140604-61d96bf4fc94
github.com/HACKERALERT/dialog v0.0.0-20210716143851-223edea1d840
github.com/HACKERALERT/infectious v0.0.0-20210829223857-06884e85204c
github.com/HACKERALERT/jibber_jabber v0.0.0-20210819210536-54a4d27b5376
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-20210817164053-32db794688a5
)
require (
github.com/AllenDang/go-findfont v0.0.0-20200702051237-9f180485aeb8 // indirect
github.com/AllenDang/imgui-go v1.12.1-0.20210920063948-69c005674767 // indirect
github.com/HACKERALERT/w32 v0.0.0-20210716142531-faa7189c4abf // indirect
github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3 // indirect
github.com/go-gl/gl v0.0.0-20211025173605-bda47ffaa784 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20211024062804-40e447a793be // indirect
github.com/go-resty/resty/v2 v2.6.0 // indirect
github.com/sahilm/fuzzy v0.1.0 // indirect
golang.org/x/net v0.0.0-20211020060615-d418f374d309 // indirect
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect
)