license/go.mod

20 lines
547 B
Modula-2
Raw Permalink Normal View History

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 (
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
github.com/urfave/cli/v2 v2.27.2
2021-12-02 07:08:28 +00:00
)
2021-01-21 07:32:21 +00:00
require (
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
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
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
golang.org/x/sys v0.6.0 // indirect
2021-01-21 07:32:21 +00:00
)