Picocrypt/src/go.mod
2021-12-16 17:09:43 -05:00

21 lines
1.1 KiB
Modula-2

module Picocrypt
go 1.17
require (
github.com/HACKERALERT/clipboard v0.1.5-0.20211215214929-7345ba96aeca // indirect
github.com/HACKERALERT/dialog v0.0.0-20211215220206-17f428aa513e // indirect
github.com/HACKERALERT/giu v0.5.7-0.20211216020632-65de69857557 // indirect
github.com/HACKERALERT/gl v0.0.0-20211216002416-e8bf2db61361 // indirect
github.com/HACKERALERT/glfw/v3.3/glfw v0.0.0-20211216001154-d0da149b3bef // indirect
github.com/HACKERALERT/imgui-go v1.12.1-0.20211216003024-285d689cbdfc // indirect
github.com/HACKERALERT/infectious v0.0.0-20211215232025-9d20874ad4b1 // indirect
github.com/HACKERALERT/jibber_jabber v0.0.0-20211215234401-c23e432f628b // 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-20211215215707-4b84c2675d8d // indirect
github.com/HACKERALERT/zxcvbn-go v0.0.0-20210927200100-f131a4666ad5 // indirect
golang.org/x/crypto v0.0.0-20211215165025-cf75a172585e // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
)