2019-05-13 22:36:24 +02:00
|
|
|
module github.com/Nightapes/go-semantic-release
|
|
|
|
|
|
2019-09-15 20:13:17 +02:00
|
|
|
go 1.13
|
2019-05-13 22:36:24 +02:00
|
|
|
|
|
|
|
|
require (
|
2020-02-18 19:19:22 +01:00
|
|
|
github.com/Masterminds/semver v1.5.0
|
2020-08-18 17:43:39 +02:00
|
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
2019-07-07 23:42:52 +02:00
|
|
|
github.com/google/go-github/v25 v25.1.3
|
2020-02-18 19:19:22 +01:00
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
|
github.com/sergi/go-diff v1.1.0 // indirect
|
2020-08-18 17:43:39 +02:00
|
|
|
github.com/sirupsen/logrus v1.6.0
|
|
|
|
|
github.com/spf13/cobra v1.0.0
|
2020-02-18 19:19:22 +01:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
|
github.com/stretchr/testify v1.4.0
|
2020-08-18 17:43:39 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de // indirect
|
|
|
|
|
golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc // indirect
|
2020-02-18 19:19:22 +01:00
|
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
2020-08-18 17:43:39 +02:00
|
|
|
golang.org/x/sys v0.0.0-20200817155316-9781c653f443 // indirect
|
|
|
|
|
google.golang.org/appengine v1.6.6 // indirect
|
|
|
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
2020-02-18 19:19:22 +01:00
|
|
|
gopkg.in/src-d/go-billy.v4 v4.3.2
|
|
|
|
|
gopkg.in/src-d/go-git.v4 v4.13.1
|
2020-08-18 17:43:39 +02:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2019-05-13 22:36:24 +02:00
|
|
|
)
|