1
0
Fork 0
mirror of https://github.com/Luzifer/password.git synced 2024-12-20 04:41:17 +00:00
password/go.mod
Knut Ahlers ccc04e85dd
Update Go dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2024-12-12 12:05:53 +01:00

18 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.25.0
github.com/stretchr/testify v1.8.4
golang.org/x/crypto v0.31.0
golang.org/x/text v0.21.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
)