Picocrypt/src/go.mod

22 lines
874 B
Modula-2
Raw Permalink 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/dialog v0.0.0-20220508022504-af3bc34fe379
2022-11-18 13:11:12 +13:00
github.com/HACKERALERT/giu v0.5.7-0.20221117223150-211c1da061d9
github.com/HACKERALERT/imgui-go v1.12.1-0.20221117223032-1d1c00423178
github.com/HACKERALERT/infectious v0.0.0-20240424200929-b9ce72346a19
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
golang.org/x/crypto v0.22.0
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
2022-11-18 13:11:12 +13:00
github.com/HACKERALERT/glfw/v3.3/glfw v0.0.0-20221117222155-c08d79e41abe // indirect
2021-10-28 11:58:06 +13:00
github.com/HACKERALERT/mainthread v0.0.0-20211027212305-2ec9e701cc14 // indirect
2022-05-08 14:35:33 +12:00
github.com/HACKERALERT/w32 v0.0.0-20220507231852-76f2a4b526bd // indirect
golang.org/x/sys v0.19.1-0.20240416221847-9a28524796a5 // indirect
2021-08-12 04:25:16 +12:00
)