327e8d813e
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/golang/crypto/releases) - [Commits](https://github.com/golang/crypto/compare/v0.3.0...v0.4.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>
11 lines
161 B
Modula-2
11 lines
161 B
Modula-2
module github.com/sour-is/go-passwd
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/matryer/is v1.4.0
|
|
golang.org/x/crypto v0.4.0
|
|
)
|
|
|
|
require golang.org/x/sys v0.3.0 // indirect
|