license/go.mod

10 lines
156 B
Modula-2
Raw Normal View History

2021-01-21 06:56:30 +00:00
module github.com/haunt98/license
2021-03-16 09:02:53 +00:00
go 1.16
2021-01-21 07:32:21 +00:00
require (
2021-04-16 17:36:06 +00:00
github.com/haunt98/color v0.1.0
github.com/haunt98/ioe-go v0.2.0
2021-01-21 07:32:21 +00:00
github.com/urfave/cli/v2 v2.3.0
)