1
0
mirror of https://github.com/Luzifer/password.git synced 2024-09-16 17:08:27 +00:00
password/go.mod
Knut Ahlers 9e6f6f73c5
Modernize code, replace broken library
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2024-04-07 00:52:39 +02:00

19 lines
445 B
Modula-2

module github.com/Luzifer/password/v2
go 1.22
require (
github.com/GehirnInc/crypt v0.0.0-20230320061759-8cc1b52080c5
github.com/Luzifer/go_helpers/v2 v2.24.0
github.com/stretchr/testify v1.8.4
golang.org/x/crypto v0.22.0
golang.org/x/text v0.14.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)