7bd53ffcf8
Bumps [github.com/matryer/is](https://github.com/matryer/is) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/matryer/is/releases) - [Commits](https://github.com/matryer/is/compare/v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: github.com/matryer/is dependency-type: direct:production update-type: version-update:semver-patch ... 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.1
|
|
golang.org/x/crypto v0.4.0
|
|
)
|
|
|
|
require golang.org/x/sys v0.3.0 // indirect
|