changeloguru/go.mod

46 lines
1.8 KiB
Modula-2
Raw Normal View History

2020-10-06 09:45:02 +00:00
module github.com/haunt98/changeloguru
2022-03-16 04:36:14 +00:00
go 1.18
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.8.0
2021-11-10 17:49:14 +00:00
golang.org/x/mod v0.5.1
)
require (
2022-04-23 15:59:14 +00:00
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20220517143526-88bb52951d5b // indirect
2021-11-10 17:49:14 +00:00
github.com/acomagu/bufpipe v1.0.3 // indirect
github.com/antzucaro/matchr v0.0.0-20210222213004-b04723ef80f0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
2021-11-10 17:49:14 +00:00
github.com/davecgh/go-spew v1.1.1 // indirect
2022-04-23 15:59:14 +00:00
github.com/emirpasic/gods v1.18.1 // indirect
2021-11-10 17:49:14 +00:00
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/imdario/mergo v0.3.12 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
2022-04-23 15:59:14 +00:00
github.com/kevinburke/ssh_config v1.2.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
golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898 // indirect
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
2021-11-10 17:49:14 +00:00
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)