mirror of
https://github.com/YuzuZensai/TrollSSH.git
synced 2026-09-13 14:39:01 +00:00
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.54.0 to 0.55.0. - [Commits](https://github.com/golang/crypto/compare/v0.54.0...v0.55.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.55.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
12 lines
198 B
AMPL
12 lines
198 B
AMPL
module github.com/YuzuZensai/TrollSSH
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/joho/godotenv v1.5.1
|
|
golang.org/x/crypto v0.55.0
|
|
golang.org/x/image v0.44.0
|
|
)
|
|
|
|
require golang.org/x/sys v0.47.0 // indirect
|