module github.com/Nightapes/go-semantic-release go 1.12 require ( github.com/Masterminds/semver v1.4.2 github.com/google/go-cmp v0.3.0 // indirect github.com/google/go-github/v25 v25.1.1 github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect github.com/pkg/errors v0.8.1 // indirect github.com/sirupsen/logrus v1.4.2 github.com/spf13/cobra v0.0.5 github.com/stretchr/testify v1.3.0 // indirect golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8 // indirect golang.org/x/net v0.0.0-20190613194153-d28f0bde5980 // indirect golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 golang.org/x/sys v0.0.0-20190614160838-b47fdc937951 // indirect google.golang.org/appengine v1.6.1 // indirect gopkg.in/src-d/go-git.v4 v4.11.0 gopkg.in/yaml.v2 v2.2.2 )