mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-12 21:58:31 +02:00
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.24.0 to 0.25.0. - [Commits](https://github.com/golang/crypto/compare/v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
21 lines
844 B
Modula-2
21 lines
844 B
Modula-2
module Picocrypt
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/HACKERALERT/dialog v0.0.0-20220508022504-af3bc34fe379
|
|
github.com/HACKERALERT/giu v0.5.7-0.20240618030735-f3076d5b31c1
|
|
github.com/HACKERALERT/imgui-go v1.12.1-0.20240618030615-ca96a19d1498
|
|
github.com/HACKERALERT/infectious v0.0.0-20240622035800-1b100aa35681
|
|
github.com/HACKERALERT/serpent v0.0.0-20210716182301-293b29869c66
|
|
github.com/HACKERALERT/zxcvbn-go v0.0.0-20220508022013-fa924b767f89
|
|
golang.org/x/crypto v0.25.0
|
|
)
|
|
|
|
require (
|
|
github.com/HACKERALERT/gl v0.0.0-20220507232930-73af36e130d3 // indirect
|
|
github.com/HACKERALERT/glfw/v3.3/glfw v0.0.0-20221117222155-c08d79e41abe // indirect
|
|
github.com/HACKERALERT/mainthread v0.0.0-20211027212305-2ec9e701cc14 // indirect
|
|
github.com/HACKERALERT/w32 v0.0.0-20220507231852-76f2a4b526bd // indirect
|
|
golang.org/x/sys v0.22.0 // indirect
|
|
)
|