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-05-14 21:39:39 +02:00
|
|
|
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
|
|
|
|
|
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
|
2019-06-05 22:20:42 +02:00
|
|
|
github.com/google/go-github/v25 v25.1.1
|
2019-05-13 22:36:24 +02:00
|
|
|
github.com/sirupsen/logrus v1.4.1
|
2019-06-05 22:20:42 +02:00
|
|
|
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
|
2019-05-14 21:39:39 +02:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
2019-05-13 22:36:24 +02:00
|
|
|
gopkg.in/src-d/go-git.v4 v4.11.0
|
|
|
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
|
|
|
)
|