mirror of
https://github.com/Luzifer/password.git
synced 2024-11-08 17:30:10 +00:00
10 lines
249 B
Modula-2
10 lines
249 B
Modula-2
module github.com/Luzifer/password/v2
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/Luzifer/go_helpers/v2 v2.13.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/tredoe/osutil v0.0.0-20161130133508-7d3ee1afa71c
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
)
|