2021-01-21 06:56:30 +00:00
|
|
|
module github.com/haunt98/license
|
|
|
|
|
2021-12-02 07:08:28 +00:00
|
|
|
go 1.17
|
|
|
|
|
|
|
|
require (
|
2022-07-22 16:00:29 +00:00
|
|
|
github.com/make-go-great/color-go v0.4.1
|
2021-12-02 07:08:28 +00:00
|
|
|
github.com/make-go-great/ioe-go v0.3.0
|
2023-06-19 14:05:57 +00:00
|
|
|
github.com/urfave/cli/v2 v2.25.7
|
2021-12-02 07:08:28 +00:00
|
|
|
)
|
2021-01-21 07:32:21 +00:00
|
|
|
|
|
|
|
require (
|
2022-07-22 16:00:27 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
2021-12-02 07:08:28 +00:00
|
|
|
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
|
2021-05-06 16:20:03 +00:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2022-07-22 16:00:27 +00:00
|
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
2023-03-06 17:19:13 +00:00
|
|
|
golang.org/x/sys v0.1.0 // indirect
|
2021-01-21 07:32:21 +00:00
|
|
|
)
|