mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-06-05 22:49:25 +00:00
Update dependencies.
This commit is contained in:
+1
-1
@@ -75,9 +75,9 @@ type Setup struct {
|
||||
RepositoryLocalPath string
|
||||
LocalConfigFile string
|
||||
Wording Wording
|
||||
Force Force
|
||||
Commits []CommitDetails
|
||||
Tags []TagDetails
|
||||
Force Force
|
||||
Semver SemVer
|
||||
Generate bool
|
||||
UseLocal bool
|
||||
|
||||
+2
-2
@@ -296,8 +296,8 @@ func (suite *Tests) TestSetup_ListCommits() {
|
||||
RepositoryLocalPath string
|
||||
LocalConfigFile string
|
||||
Wording Wording
|
||||
Force Force
|
||||
Commits []CommitDetails
|
||||
Force Force
|
||||
Semver SemVer
|
||||
}
|
||||
|
||||
@@ -586,8 +586,8 @@ func (suite *Tests) TestSetup_ListExistingTags() {
|
||||
RepositoryLocalPath string
|
||||
LocalConfigFile string
|
||||
Wording Wording
|
||||
Force Force
|
||||
Commits []CommitDetails
|
||||
Force Force
|
||||
Semver SemVer
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user