1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-07-05 00:59:04 +02:00

feat(deps): update go-github to v56

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker
2023-10-14 22:04:41 +00:00
parent 3cfefcc4ce
commit 1a243dfc0d
4 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@ import (
"github.com/caarlos0/log"
"github.com/charmbracelet/x/exp/ordered"
"github.com/google/go-github/v55/github"
"github.com/google/go-github/v56/github"
"github.com/goreleaser/goreleaser/internal/artifact"
"github.com/goreleaser/goreleaser/internal/tmpl"
"github.com/goreleaser/goreleaser/pkg/config"