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.26.0 to 0.27.0. - [Commits](https://github.com/golang/crypto/compare/v0.26.0...v0.27.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
819 B
Modula-2
21 lines
819 B
Modula-2
module Picocrypt
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/Picocrypt/dialog v0.0.0-20240831001746-9ca708a9cd29
|
|
github.com/Picocrypt/giu v0.0.0-20240831005244-5771b35043ac
|
|
github.com/Picocrypt/imgui-go v0.0.0-20240831004007-6f60d7beadf6
|
|
github.com/Picocrypt/infectious v0.0.0-20240830233326-3a050f65f9ec
|
|
github.com/Picocrypt/serpent v0.0.0-20240830233833-9ad6ab254fd7
|
|
github.com/Picocrypt/zxcvbn-go v0.0.0-20240831000415-fccb38ccb913
|
|
golang.org/x/crypto v0.27.0
|
|
)
|
|
|
|
require (
|
|
github.com/Picocrypt/gl v0.0.0-20240831002619-6531d2bba5fc // indirect
|
|
github.com/Picocrypt/glfw/v3.3/glfw v0.0.0-20240831003212-7f16c5fb374b // 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.25.0 // indirect
|
|
)
|