21 lines
755 B
Modula-2
21 lines
755 B
Modula-2
module github.com/haunt98/changeloguru
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
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
|
|
github.com/google/go-cmp v0.5.2
|
|
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
|
|
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
|
|
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
|
|
golang.org/x/sys v0.0.0-20201109165425-215b40eba54c // indirect
|
|
)
|