Picocrypt/src/go.mod

23 lines
981 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-01-03 17:12:29 +13:00
github.com/HACKERALERT/clipboard v0.1.5-0.20211215214929-7345ba96aeca
2022-04-02 16:18:33 +13:00
github.com/HACKERALERT/dialog v0.0.0-20220328212608-24c44f67b0e0
github.com/HACKERALERT/giu v0.5.7-0.20220328205809-0a3331212c4e
2022-03-27 16:54:20 +13:00
github.com/HACKERALERT/infectious v0.0.0-20220327020438-3073de4d0e0a
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
2022-03-27 16:54:20 +13:00
golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064
2022-01-03 17:12:29 +13:00
)
require (
2022-04-02 16:18:33 +13:00
github.com/HACKERALERT/gl v0.0.0-20211216002416-e8bf2db61361 // indirect
2021-12-16 15:13:03 +13:00
github.com/HACKERALERT/glfw/v3.3/glfw v0.0.0-20211216001154-d0da149b3bef // indirect
2022-04-02 16:18:33 +13:00
github.com/HACKERALERT/imgui-go v1.12.1-0.20220328205704-793c12595b34 // indirect
2021-10-28 11:58:06 +13:00
github.com/HACKERALERT/mainthread v0.0.0-20211027212305-2ec9e701cc14 // indirect
2021-12-17 11:09:43 +13:00
github.com/HACKERALERT/w32 v0.0.0-20211215215707-4b84c2675d8d // indirect
2022-03-27 16:54:20 +13:00
golang.org/x/sys v0.0.0-20220325203850-36772127a21f // indirect
2021-08-12 04:25:16 +12:00
)