changeloguru/go.mod

25 lines
937 B
Modula-2
Raw Normal View History

2020-10-06 09:45:02 +00:00
module github.com/haunt98/changeloguru
go 1.15
require (
2020-12-18 10:08:50 +00:00
github.com/Microsoft/go-winio v0.4.16 // indirect
2020-11-10 16:05:12 +00:00
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
2020-12-24 10:52:21 +00:00
github.com/fatih/color v1.10.0
github.com/go-git/go-git/v5 v5.2.0
2020-11-27 09:53:52 +00:00
github.com/google/go-cmp v0.5.4 // indirect
2020-11-10 16:05:12 +00:00
github.com/imdario/mergo v0.3.11 // indirect
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
2020-11-23 10:30:31 +00:00
github.com/sebdah/goldie/v2 v2.5.3
2020-11-27 09:50:32 +00:00
github.com/stretchr/testify v1.6.1
github.com/urfave/cli/v2 v2.3.0
2020-11-10 16:05:12 +00:00
github.com/xanzy/ssh-agent v0.3.0 // indirect
2021-01-04 10:57:53 +00:00
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
2021-01-18 06:59:35 +00:00
golang.org/x/mod v0.4.1
2021-01-20 07:53:22 +00:00
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
2020-11-27 09:50:32 +00:00
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)