pam_ussh/go.mod
Renovate[BOT] ce7463df3f
All checks were successful
Build Module / Build Module (push) Successful in 23s
fix(deps): update module golang.org/x/crypto to v0.30.0 (#25)
Reviewed-on: #25
Co-authored-by: Renovate[BOT] <renovate-bot@auengun.net>
Co-committed-by: Renovate[BOT] <renovate-bot@auengun.net>
2024-12-05 01:29:13 +00:00

15 lines
317 B
Modula-2

module git.auengun.net/GregoryDosh/pam-ussh
go 1.22
require (
github.com/stretchr/testify v1.10.0
golang.org/x/crypto v0.30.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.28.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)