dependabot[bot] 454ffc32be
Bump golang.org/x/crypto from 0.43.0 to 0.47.0 in /entrypoint
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.43.0 to 0.47.0.
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.47.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-13 10:26:41 +00:00

16 lines
276 B
Modula-2

module entrypoint
go 1.24.0
require (
github.com/otiai10/copy v1.14.1
golang.org/x/crypto v0.47.0
)
require (
github.com/otiai10/mint v1.6.3 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.40.0 // indirect
golang.org/x/term v0.39.0 // indirect
)