2024-01-12 19:18:33 +08:00
|
|
|
module github.com/loveuer/nf
|
|
|
|
|
|
|
|
go 1.20
|
2024-06-07 17:39:06 +08:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/fatih/color v1.17.0
|
|
|
|
github.com/google/uuid v1.6.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.18.0 // indirect
|
|
|
|
)
|