Files
go-semantic-release/go.mod

28 lines
1.0 KiB
Modula-2
Raw Permalink Normal View History

module github.com/Nightapes/go-semantic-release
go 1.16
require (
2020-02-18 19:19:22 +01:00
github.com/Masterminds/semver v1.5.0
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20220113124808-70ae35bab23f // indirect
github.com/go-git/go-billy/v5 v5.3.1
github.com/go-git/go-git/v5 v5.4.2
github.com/google/go-github/v25 v25.1.3
github.com/google/go-querystring v1.1.0 // indirect
github.com/kevinburke/ssh_config v1.1.0 // indirect
2020-02-18 19:19:22 +01:00
github.com/pkg/errors v0.9.1
github.com/sergi/go-diff v1.2.0 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.3.0
github.com/stretchr/testify v1.7.0
github.com/tidwall/gjson v1.14.0 // indirect
github.com/tidwall/sjson v1.2.4
github.com/xanzy/ssh-agent v0.3.1 // indirect
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
gopkg.in/yaml.v2 v2.4.0
)