Picocrypt/src/go.mod

23 lines
989 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-08 14:35:33 +12:00
github.com/HACKERALERT/clipboard v0.1.5-0.20220507233423-cccec4a4226a
2022-09-06 03:34:39 +12:00
github.com/HACKERALERT/crypto v0.0.0-20220905152506-aa0dd62d8f67
2022-05-08 14:35:33 +12:00
github.com/HACKERALERT/dialog v0.0.0-20220508022504-af3bc34fe379
github.com/HACKERALERT/giu v0.5.7-0.20220905165509-1141d2b849c4
2022-07-01 15:54:58 +12:00
github.com/HACKERALERT/imgui-go v1.12.1-0.20220625032501-ccba9a3ad6fa
2022-09-06 03:34:39 +12:00
github.com/HACKERALERT/infectious v0.0.0-20220905152109-2c37b99f37ff
2022-01-03 17:12:29 +13:00
github.com/HACKERALERT/serpent v0.0.0-20210716182301-293b29869c66
2022-05-08 14:35:33 +12:00
github.com/HACKERALERT/zxcvbn-go v0.0.0-20220508022013-fa924b767f89
2022-01-03 17:12:29 +13:00
)
require (
2022-05-08 14:35:33 +12:00
github.com/HACKERALERT/gl v0.0.0-20220507232930-73af36e130d3 // indirect
github.com/HACKERALERT/glfw/v3.3/glfw v0.0.0-20220507233141-2c5dd2490d18 // indirect
2021-10-28 11:58:06 +13:00
github.com/HACKERALERT/mainthread v0.0.0-20211027212305-2ec9e701cc14 // indirect
2022-09-06 03:34:39 +12:00
github.com/HACKERALERT/sys v0.0.0-20220905150735-46e319fb60c9 // indirect
2022-05-08 14:35:33 +12:00
github.com/HACKERALERT/w32 v0.0.0-20220507231852-76f2a4b526bd // indirect
2021-08-12 04:25:16 +12:00
)