Per-Workflow and Per-Workflow-Step badge generation (#5977)

Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
Co-authored-by: qwerty287 <qwerty287@posteo.de>
This commit is contained in:
David Loewe
2026-02-01 16:44:09 +01:00
committed by GitHub
parent df8dc5de33
commit e2270ae95c
13 changed files with 358 additions and 30 deletions

2
go.mod
View File

@@ -30,6 +30,7 @@ require (
github.com/go-sql-driver/mysql v1.9.3
github.com/go-viper/mapstructure/v2 v2.5.0
github.com/golang-jwt/jwt/v5 v5.3.1
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/google/go-github/v82 v82.0.0
github.com/hashicorp/go-hclog v1.6.3
github.com/hashicorp/go-plugin v1.7.0
@@ -59,6 +60,7 @@ require (
gitlab.com/gitlab-org/api/client-go v1.24.0
go.uber.org/multierr v1.11.0
golang.org/x/crypto v0.47.0
golang.org/x/image v0.35.0
golang.org/x/net v0.49.0
golang.org/x/oauth2 v0.34.0
golang.org/x/sync v0.19.0