mirror of
https://github.com/rjNemo/go-pass-gen
synced 2026-06-06 02:46:40 +00:00
16 lines
398 B
Modula-2
16 lines
398 B
Modula-2
module github.com/rjNemo/go-pass-gen
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/fatih/color v1.13.0
|
|
github.com/spf13/cobra v1.2.1
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.9 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect
|
|
)
|