28 lines
1.0 KiB
Modula-2
28 lines
1.0 KiB
Modula-2
module github.com/haunt98/changeloguru
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Microsoft/go-winio v0.5.0 // indirect
|
|
github.com/ProtonMail/go-crypto v0.0.0-20210512092938-c05353c2d58c // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/go-git/go-git/v5 v5.4.2
|
|
github.com/google/go-cmp v0.5.5 // indirect
|
|
github.com/haunt98/clock v0.2.0
|
|
github.com/haunt98/color v0.2.0
|
|
github.com/haunt98/markdown-go v0.4.0
|
|
github.com/haunt98/rst-go v0.2.0
|
|
github.com/kevinburke/ssh_config v1.1.0 // indirect
|
|
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/sebdah/goldie/v2 v2.5.3
|
|
github.com/sergi/go-diff v1.2.0 // indirect
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
|
|
golang.org/x/mod v0.4.2
|
|
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
|
|
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|