mirror of
https://github.com/Luzifer/password.git
synced 2024-11-08 17:30:10 +00:00
11 lines
248 B
Modula-2
11 lines
248 B
Modula-2
|
module github.com/Luzifer/password/v2
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
github.com/Luzifer/go_helpers/v2 v2.9.0
|
||
|
github.com/pkg/errors v0.8.1
|
||
|
github.com/tredoe/osutil v0.0.0-20161130133508-7d3ee1afa71c
|
||
|
golang.org/x/crypto v0.0.0-20190228161510-8dd112bcdc25
|
||
|
)
|