2019-05-13 22:36:24 +02:00
|
|
|
module github.com/Nightapes/go-semantic-release
|
|
|
|
|
|
2021-03-11 21:08:03 +01:00
|
|
|
go 1.16
|
2019-05-13 22:36:24 +02:00
|
|
|
|
|
|
|
|
require (
|
2020-02-18 19:19:22 +01:00
|
|
|
github.com/Masterminds/semver v1.5.0
|
2022-03-04 11:02:52 +01:00
|
|
|
github.com/Microsoft/go-winio v0.5.2 // indirect
|
|
|
|
|
github.com/ProtonMail/go-crypto v0.0.0-20220113124808-70ae35bab23f // indirect
|
|
|
|
|
github.com/go-git/go-billy/v5 v5.3.1
|
|
|
|
|
github.com/go-git/go-git/v5 v5.4.2
|
2019-07-07 23:42:52 +02:00
|
|
|
github.com/google/go-github/v25 v25.1.3
|
2022-03-04 11:02:52 +01:00
|
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
|
|
|
github.com/kevinburke/ssh_config v1.1.0 // indirect
|
2020-02-18 19:19:22 +01:00
|
|
|
github.com/pkg/errors v0.9.1
|
2022-03-04 11:02:52 +01:00
|
|
|
github.com/sergi/go-diff v1.2.0 // indirect
|
|
|
|
|
github.com/sirupsen/logrus v1.8.1
|
|
|
|
|
github.com/spf13/cobra v1.3.0
|
2021-01-21 21:41:14 +01:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2022-03-04 11:02:52 +01:00
|
|
|
github.com/tidwall/gjson v1.14.0 // indirect
|
|
|
|
|
github.com/tidwall/sjson v1.2.4
|
|
|
|
|
github.com/xanzy/ssh-agent v0.3.1 // indirect
|
|
|
|
|
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
|
|
|
|
|
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
|
|
|
|
|
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b
|
|
|
|
|
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
|
2021-01-21 21:41:14 +01:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2019-05-13 22:36:24 +02:00
|
|
|
)
|