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 (
|
2023-07-17 13:36:52 +00:00
|
|
|
github.com/make-go-great/color-go v0.5.0
|
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
|
2023-07-17 13:36:52 +00:00
|
|
|
github.com/fatih/color v1.15.0 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.17 // 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-07-17 13:36:52 +00:00
|
|
|
golang.org/x/sys v0.6.0 // indirect
|
2021-01-21 07:32:21 +00:00
|
|
|
)
|