mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-03-16 01:19:02 +01:00
fix(deps): update golang-packages (#3713)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: qwerty287 <qwerty287@posteo.de>
This commit is contained in:
10
server/forge/gitlab/testdata/projects.go
vendored
10
server/forge/gitlab/testdata/projects.go
vendored
@@ -22,7 +22,7 @@ var allProjectsPayload = []byte(`
|
||||
"description": null,
|
||||
"default_branch": "main",
|
||||
"public": false,
|
||||
"visibility_level": 0,
|
||||
"visibility": "private",
|
||||
"ssh_url_to_repo": "git@example.com:diaspora/diaspora-client.git",
|
||||
"http_url_to_repo": "http://example.com/diaspora/diaspora-client.git",
|
||||
"web_url": "http://example.com/diaspora/diaspora-client",
|
||||
@@ -68,7 +68,7 @@ var allProjectsPayload = []byte(`
|
||||
"description": null,
|
||||
"default_branch": "main",
|
||||
"public": false,
|
||||
"visibility_level": 0,
|
||||
"visibility": "private",
|
||||
"ssh_url_to_repo": "git@example.com:brightbox/puppet.git",
|
||||
"http_url_to_repo": "http://example.com/brightbox/puppet.git",
|
||||
"web_url": "http://example.com/brightbox/puppet",
|
||||
@@ -119,7 +119,7 @@ var notArchivedProjectsPayload = []byte(`
|
||||
"description": null,
|
||||
"default_branch": "main",
|
||||
"public": false,
|
||||
"visibility_level": 0,
|
||||
"visibility": "private",
|
||||
"ssh_url_to_repo": "git@example.com:diaspora/diaspora-client.git",
|
||||
"http_url_to_repo": "http://example.com/diaspora/diaspora-client.git",
|
||||
"web_url": "http://example.com/diaspora/diaspora-client",
|
||||
@@ -169,7 +169,7 @@ var project4Payload = []byte(`
|
||||
"description": null,
|
||||
"default_branch": "main",
|
||||
"public": false,
|
||||
"visibility_level": 0,
|
||||
"visibility": "private",
|
||||
"ssh_url_to_repo": "git@example.com:diaspora/diaspora-client.git",
|
||||
"http_url_to_repo": "http://example.com/diaspora/diaspora-client.git",
|
||||
"web_url": "http://example.com/diaspora/diaspora-client",
|
||||
@@ -218,7 +218,7 @@ var project6Payload = []byte(`
|
||||
"description": null,
|
||||
"default_branch": "main",
|
||||
"public": false,
|
||||
"visibility_level": 0,
|
||||
"visibility": "private",
|
||||
"ssh_url_to_repo": "git@example.com:brightbox/puppet.git",
|
||||
"http_url_to_repo": "http://example.com/brightbox/puppet.git",
|
||||
"web_url": "http://example.com/brightbox/puppet",
|
||||
|
||||
Reference in New Issue
Block a user