Picocrypt/src/go.mod

28 lines
1.2 KiB
Modula-2
Raw Normal View History

2021-08-11 18:25:16 +02:00
module Picocrypt
2021-08-30 02:43:44 +02:00
go 1.17
2021-08-11 18:25:16 +02:00
require (
2021-10-27 04:53:19 +02:00
github.com/AllenDang/giu v0.5.7-0.20210927075207-eff40f64dad5
2021-09-25 02:29:22 +02:00
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
2021-10-27 04:53:19 +02:00
github.com/HACKERALERT/jibber_jabber v0.0.0-20210819210536-54a4d27b5376
2021-09-25 02:29:22 +02:00
github.com/HACKERALERT/serpent v0.0.0-20210716182301-293b29869c66
2021-09-28 02:44:07 +02:00
github.com/HACKERALERT/zxcvbn-go v0.0.0-20210927200100-f131a4666ad5
2021-09-25 02:29:22 +02:00
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
)
require (
2021-08-30 02:43:44 +02:00
github.com/AllenDang/go-findfont v0.0.0-20200702051237-9f180485aeb8 // indirect
2021-10-27 04:53:19 +02:00
github.com/AllenDang/imgui-go v1.12.1-0.20210920063948-69c005674767 // indirect
2021-08-30 02:43:44 +02:00
github.com/HACKERALERT/w32 v0.0.0-20210716142531-faa7189c4abf // indirect
github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3 // indirect
2021-10-27 04:53:19 +02:00
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
2021-08-11 18:25:16 +02:00
github.com/go-resty/resty/v2 v2.6.0 // indirect
2021-08-30 02:43:44 +02:00
github.com/sahilm/fuzzy v0.1.0 // indirect
2021-10-27 04:53:19 +02:00
golang.org/x/net v0.0.0-20211020060615-d418f374d309 // indirect
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect
2021-08-11 18:25:16 +02:00
)