Add function transformation data on JSON
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
module password
|
||||
|
||||
go 1.23.6
|
||||
|
||||
require github.com/fatih/color v1.18.0
|
||||
|
||||
require (
|
||||
github.com/mattn/go-colorable v0.1.13 // indirect
|
||||
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||
golang.org/x/sys v0.25.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user