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

feat(deps): update go-github from v48 to v50

This commit is contained in:
Carlos A Becker
2023-01-26 23:36:02 -03:00
parent d120e4dd36
commit 71f3952f18
3 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ import (
"strings"
"github.com/caarlos0/log"
"github.com/google/go-github/v48/github"
"github.com/google/go-github/v50/github"
"github.com/goreleaser/goreleaser/internal/artifact"
"github.com/goreleaser/goreleaser/internal/tmpl"
"github.com/goreleaser/goreleaser/pkg/config"