14 lines
297 B
Modula-2
14 lines
297 B
Modula-2
module hello
|
|
|
|
go 1.20
|
|
|
|
require github.com/loveuer/nf v0.2.3
|
|
|
|
require (
|
|
github.com/fatih/color v1.17.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
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
|
|
)
|