changeloguru/go.mod

47 lines
1.8 KiB
Modula-2
Raw Normal View History

2020-10-06 09:45:02 +00:00
module github.com/haunt98/changeloguru
2021-11-10 17:49:14 +00:00
go 1.17
require (
2021-06-03 16:47:33 +00:00
github.com/go-git/go-git/v5 v5.4.2
2021-12-11 03:37:42 +00:00
github.com/haunt98/clock-go v0.3.0
2021-12-11 03:38:24 +00:00
github.com/make-go-great/color-go v0.3.0
2022-02-07 16:10:53 +00:00
github.com/make-go-great/ioe-go v0.4.0
2021-12-11 03:43:10 +00:00
github.com/make-go-great/markdown-go v0.5.0
2021-12-11 03:45:16 +00:00
github.com/make-go-great/rst-go v0.3.0
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-02-19 06:18:04 +00:00
github.com/stretchr/testify v1.7.0
github.com/urfave/cli/v2 v2.3.0
2021-11-10 17:49:14 +00:00
golang.org/x/mod v0.5.1
)
require (
github.com/Microsoft/go-winio v0.5.1 // indirect
2022-02-03 16:48:56 +00:00
github.com/ProtonMail/go-crypto v0.0.0-20220113124808-70ae35bab23f // indirect
2021-11-10 17:49:14 +00:00
github.com/acomagu/bufpipe v1.0.3 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/emirpasic/gods v1.12.0 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/go-git/gcfg v1.5.0 // indirect
github.com/go-git/go-billy/v5 v5.3.1 // indirect
github.com/google/go-cmp v0.5.5 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/kevinburke/ssh_config v1.1.0 // indirect
2022-02-03 16:48:56 +00:00
github.com/mattn/go-colorable v0.1.12 // indirect
2021-11-10 17:49:14 +00:00
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sergi/go-diff v1.2.0 // indirect
2021-08-18 18:01:20 +00:00
github.com/xanzy/ssh-agent v0.3.1 // indirect
2022-02-03 16:48:56 +00:00
golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838 // indirect
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27 // indirect
2021-11-10 17:49:14 +00:00
gopkg.in/warnings.v0 v0.1.2 // indirect
2020-11-27 09:50:32 +00:00
gopkg.in/yaml.v2 v2.4.0 // indirect
2021-11-10 17:49:14 +00:00
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)