21 lines
697 B
Modula-2
21 lines
697 B
Modula-2
module github.com/haunt98/changeloguru
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/fatih/color v1.10.0
|
|
github.com/go-git/go-git/v5 v5.3.0
|
|
github.com/google/go-cmp v0.5.4 // indirect
|
|
github.com/kevinburke/ssh_config v1.1.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/sebdah/goldie/v2 v2.5.3
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
golang.org/x/mod v0.4.2
|
|
golang.org/x/net v0.0.0-20210326220855-61e056675ecf // indirect
|
|
golang.org/x/sys v0.0.0-20210326220804-49726bf1d181 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|