36 lines
1.4 KiB
Modula-2
36 lines
1.4 KiB
Modula-2
module github.com/goreleaser/chglog
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/Masterminds/goutils v1.1.0 // indirect
|
|
github.com/Masterminds/semver v1.5.0
|
|
github.com/Masterminds/semver/v3 v3.1.0
|
|
github.com/Masterminds/sprig v2.22.0+incompatible
|
|
github.com/Microsoft/go-winio v0.4.15 // indirect
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
github.com/go-git/go-git/v5 v5.2.0
|
|
github.com/google/go-cmp v0.5.2
|
|
github.com/google/uuid v1.1.2 // indirect
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
|
github.com/imdario/mergo v0.3.11 // indirect
|
|
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
|
|
github.com/magiconair/properties v1.8.4 // indirect
|
|
github.com/mitchellh/copystructure v1.0.0 // indirect
|
|
github.com/mitchellh/mapstructure v1.3.3 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.1 // indirect
|
|
github.com/pelletier/go-toml v1.8.1 // indirect
|
|
github.com/spf13/afero v1.4.1 // indirect
|
|
github.com/spf13/cast v1.3.1 // indirect
|
|
github.com/spf13/cobra v1.1.1
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/viper v1.7.1
|
|
github.com/xanzy/ssh-agent v0.3.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
|
|
golang.org/x/net v0.0.0-20201031054903-ff519b6c9102 // indirect
|
|
golang.org/x/sys v0.0.0-20201109165425-215b40eba54c // indirect
|
|
golang.org/x/text v0.3.4 // indirect
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|