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 v41 (#2793)

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker
2022-01-06 15:34:36 -03:00
committed by GitHub
parent dbc1aab3ed
commit 493be086a0
3 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ import (
"strings"
"github.com/apex/log"
"github.com/google/go-github/v39/github"
"github.com/google/go-github/v41/github"
"github.com/goreleaser/goreleaser/internal/artifact"
"github.com/goreleaser/goreleaser/internal/tmpl"
"github.com/goreleaser/goreleaser/pkg/config"