changeloguru/go.mod

21 lines
755 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-11-10 16:05:12 +00:00
github.com/Microsoft/go-winio v0.4.15 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/go-git/go-git/v5 v5.2.0
2020-11-23 10:29:20 +00:00
github.com/google/go-cmp v0.5.3
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
github.com/sebdah/goldie/v2 v2.5.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
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
golang.org/x/mod v0.3.0
2020-11-10 16:05:12 +00:00
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
golang.org/x/sys v0.0.0-20201109165425-215b40eba54c // indirect
)