mirror of
https://github.com/Luzifer/password.git
synced 2024-11-08 17:30:10 +00:00
18 lines
445 B
Modula-2
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.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
|
|
)
|