mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-12 13:48:31 +02:00
codeql doesn't like go 1.24 without the .0 after 1.24in go.mod, so I added those in all dependencies
21 lines
821 B
Modula-2
21 lines
821 B
Modula-2
module Picocrypt
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/Picocrypt/dialog v0.0.0-20250412233924-78f7b909315b
|
|
github.com/Picocrypt/giu v0.0.0-20250412235908-fe90a482e6f2
|
|
github.com/Picocrypt/imgui-go v0.0.0-20250412235405-d86b230f5fbb
|
|
github.com/Picocrypt/infectious v0.0.0-20250412183341-9f88c6307b39
|
|
github.com/Picocrypt/serpent v0.0.0-20240830233833-9ad6ab254fd7
|
|
github.com/Picocrypt/zxcvbn-go v0.0.0-20250412183938-d59695960527
|
|
golang.org/x/crypto v0.37.0
|
|
)
|
|
|
|
require (
|
|
github.com/Picocrypt/gl v0.0.0-20250412234430-767b58dbf936 // indirect
|
|
github.com/Picocrypt/glfw/v3.3/glfw v0.0.0-20250412234750-7b96bfdb8dd8 // indirect
|
|
github.com/Picocrypt/mainthread v0.0.0-20240831004314-496f638392b3 // indirect
|
|
github.com/Picocrypt/w32 v0.0.0-20240831001500-1183079d4d57 // indirect
|
|
golang.org/x/sys v0.32.0 // indirect
|
|
)
|