2019-05-13 22:36:24 +02:00
|
|
|
module github.com/Nightapes/go-semantic-release
|
|
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/Masterminds/semver v1.4.2
|
2019-07-07 23:42:52 +02:00
|
|
|
github.com/gliderlabs/ssh v0.2.2 // indirect
|
2019-07-14 15:33:16 +02:00
|
|
|
github.com/google/go-cmp v0.3.0 // indirect
|
2019-07-07 23:42:52 +02:00
|
|
|
github.com/google/go-github/v25 v25.1.3
|
|
|
|
|
github.com/kevinburke/ssh_config v0.0.0-20190630040420-2e50c441276c // indirect
|
2019-06-15 23:03:27 +02:00
|
|
|
github.com/sirupsen/logrus v1.4.2
|
|
|
|
|
github.com/spf13/cobra v0.0.5
|
2019-07-16 20:26:57 +02:00
|
|
|
github.com/stretchr/testify v1.3.0
|
2019-07-07 23:42:52 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
|
|
|
|
|
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect
|
2019-06-15 23:03:27 +02:00
|
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
2019-07-07 23:42:52 +02:00
|
|
|
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect
|
2019-07-14 15:33:16 +02:00
|
|
|
google.golang.org/appengine v1.6.1 // indirect
|
2019-07-07 23:42:52 +02:00
|
|
|
gopkg.in/src-d/go-billy.v4 v4.3.1 // indirect
|
|
|
|
|
gopkg.in/src-d/go-git.v4 v4.12.0
|
2019-05-13 22:36:24 +02:00
|
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
|
|
|
)
|