Picocrypt/src/go.mod

23 lines
1,001 B
Modula-2
Raw Normal View History

2021-08-12 04:25:16 +12:00
module Picocrypt
2021-08-30 12:43:44 +12:00
go 1.17
2021-08-12 04:25:16 +12:00
require (
2022-05-07 15:33:44 +12:00
github.com/HACKERALERT/clipboard v0.1.5-0.20220506035732-b4457b0ed524
2022-04-14 13:32:11 +12:00
github.com/HACKERALERT/crypto v0.0.0-20220412024110-ba8732acd7e7
2022-04-19 09:46:13 +12:00
github.com/HACKERALERT/dialog v0.0.0-20220415015354-cd2cf9c423ec
2022-05-07 15:33:44 +12:00
github.com/HACKERALERT/giu v0.5.7-0.20220507022816-75a5253eb51f
2022-04-14 13:32:11 +12:00
github.com/HACKERALERT/infectious v0.0.0-20220412021528-bb1303403749
2022-01-03 17:12:29 +13:00
github.com/HACKERALERT/serpent v0.0.0-20210716182301-293b29869c66
github.com/HACKERALERT/zxcvbn-go v0.0.0-20210927200100-f131a4666ad5
)
require (
2022-04-19 09:46:13 +12:00
github.com/HACKERALERT/gl v0.0.0-20220417032545-0e093e3300ba // indirect
2022-04-19 10:09:12 +12:00
github.com/HACKERALERT/glfw/v3.3/glfw v0.0.0-20220418220159-8c0b01dff26c // indirect
2022-05-07 15:33:44 +12:00
github.com/HACKERALERT/imgui-go v1.12.1-0.20220507022715-e694f2891acc // indirect
2021-10-28 11:58:06 +13:00
github.com/HACKERALERT/mainthread v0.0.0-20211027212305-2ec9e701cc14 // indirect
2022-04-14 13:32:11 +12:00
github.com/HACKERALERT/sys v0.0.0-20220412020404-2e09c491f471 // indirect
2021-12-17 11:09:43 +13:00
github.com/HACKERALERT/w32 v0.0.0-20211215215707-4b84c2675d8d // indirect
2021-08-12 04:25:16 +12:00
)