Picocrypt/src/go.mod
2021-10-27 18:58:06 -04:00

22 lines
1.2 KiB
Modula-2

module Picocrypt
go 1.17
require (
github.com/HACKERALERT/clipboard v0.1.5-0.20210716140604-61d96bf4fc94 // indirect
github.com/HACKERALERT/dialog v0.0.0-20210716143851-223edea1d840 // indirect
github.com/HACKERALERT/giu v0.5.7-0.20211027224501-6357f8997cac // indirect
github.com/HACKERALERT/gl v0.0.0-20211027194356-838f5789a406 // indirect
github.com/HACKERALERT/glfw/v3.3/glfw v0.0.0-20211027203414-1b9369ce24d2 // indirect
github.com/HACKERALERT/go-findfont v0.0.0-20211027212021-2e5a409c1318 // indirect
github.com/HACKERALERT/imgui-go v1.12.1-0.20211027214916-5870dfea82b0 // indirect
github.com/HACKERALERT/infectious v0.0.0-20211027225427-984efcfa77a9 // indirect
github.com/HACKERALERT/jibber_jabber v0.0.0-20210819210536-54a4d27b5376 // indirect
github.com/HACKERALERT/mainthread v0.0.0-20211027212305-2ec9e701cc14 // indirect
github.com/HACKERALERT/serpent v0.0.0-20210716182301-293b29869c66 // indirect
github.com/HACKERALERT/w32 v0.0.0-20210716142531-faa7189c4abf // indirect
github.com/HACKERALERT/zxcvbn-go v0.0.0-20210927200100-f131a4666ad5 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359 // indirect
)