-
- Downloads
feat: Implemented to sha method
... | @@ -4,7 +4,7 @@ go 1.15 | ... | @@ -4,7 +4,7 @@ go 1.15 |
require ( | require ( | ||
github.com/Masterminds/semver/v3 v3.1.0 | github.com/Masterminds/semver/v3 v3.1.0 | ||
github.com/go-semantic-release/semantic-release/v2 v2.5.0 | github.com/go-semantic-release/semantic-release/v2 v2.7.0 | ||
github.com/stretchr/testify v1.6.1 | github.com/stretchr/testify v1.6.1 | ||
github.com/xanzy/go-gitlab v0.34.2 | github.com/xanzy/go-gitlab v0.34.2 | ||
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect | golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect | ||
... | ... |
Please register or sign in to comment