2020-10-06 09:45:02 +00:00
|
|
|
module github.com/haunt98/changeloguru
|
|
|
|
|
2021-03-17 05:11:43 +00:00
|
|
|
go 1.16
|
2020-11-07 16:52:09 +00:00
|
|
|
|
|
|
|
require (
|
2021-05-05 09:18:54 +00:00
|
|
|
github.com/Microsoft/go-winio v0.5.0 // indirect
|
2021-07-09 16:47:02 +00:00
|
|
|
github.com/ProtonMail/go-crypto v0.0.0-20210707164159-52430bf6b52c // indirect
|
2021-08-04 11:10:53 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
2021-06-03 16:47:33 +00:00
|
|
|
github.com/go-git/go-git/v5 v5.4.2
|
2021-04-11 09:11:41 +00:00
|
|
|
github.com/google/go-cmp v0.5.5 // indirect
|
2021-05-07 10:22:26 +00:00
|
|
|
github.com/haunt98/clock v0.2.0
|
2021-05-30 16:08:32 +00:00
|
|
|
github.com/haunt98/color v0.2.0
|
2021-06-01 10:09:23 +00:00
|
|
|
github.com/haunt98/markdown-go v0.4.0
|
2021-06-03 16:47:33 +00:00
|
|
|
github.com/haunt98/rst-go v0.2.0
|
2021-03-29 09:25:08 +00:00
|
|
|
github.com/kevinburke/ssh_config v1.1.0 // indirect
|
2021-04-14 07:31:00 +00:00
|
|
|
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
|
2020-11-23 10:30:31 +00:00
|
|
|
github.com/sebdah/goldie/v2 v2.5.3
|
2021-04-11 09:11:41 +00:00
|
|
|
github.com/sergi/go-diff v1.2.0 // indirect
|
2021-02-19 06:18:04 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2020-11-07 16:52:09 +00:00
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2021-08-04 11:10:53 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
|
2021-03-15 17:03:15 +00:00
|
|
|
golang.org/x/mod v0.4.2
|
2021-08-04 11:10:53 +00:00
|
|
|
golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985 // indirect
|
2021-07-09 16:47:02 +00:00
|
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
|
2020-11-27 09:50:32 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2020-11-07 16:52:09 +00:00
|
|
|
)
|