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-11-09 14:40:38 +01:00
|
|
|
github.com/Microsoft/go-winio v0.4.15 // indirect
|
|
|
|
|
github.com/go-git/go-billy/v5 v5.0.0
|
|
|
|
|
github.com/go-git/go-git/v5 v5.2.0
|
|
|
|
|
github.com/golang/protobuf v1.4.3 // indirect
|
2019-07-07 23:42:52 +02:00
|
|
|
github.com/google/go-github/v25 v25.1.3
|
2020-11-09 14:40:38 +01:00
|
|
|
github.com/imdario/mergo v0.3.11 // indirect
|
|
|
|
|
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
|
2020-02-18 19:19:22 +01:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-11-09 14:40:38 +01:00
|
|
|
github.com/sirupsen/logrus v1.7.0
|
|
|
|
|
github.com/spf13/cobra v1.1.1
|
2020-02-18 19:19:22 +01:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2020-11-09 14:40:38 +01:00
|
|
|
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/oauth2 v0.0.0-20200902213428-5d25da1a8d43
|
|
|
|
|
golang.org/x/sys v0.0.0-20201107080550-4d91cf3a1aaf // indirect
|
|
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2020-08-18 17:43:39 +02:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2019-05-13 22:36:24 +02:00
|
|
|
)
|