19 lines
499 B
Modula-2
19 lines
499 B
Modula-2
module github.com/haunt98/license
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/make-go-great/color-go v0.3.0
|
|
github.com/make-go-great/ioe-go v0.3.0
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
)
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/fatih/color v1.13.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.9 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
|
|
)
|