1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-11-29 23:07:42 +02:00

feat(deps): update github to v46 (#3326)

update to latest

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker
2022-08-21 10:55:41 -03:00
committed by GitHub
parent 9d2206f607
commit a1e681c9ba
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/v45/github"
"github.com/google/go-github/v46/github"
"github.com/goreleaser/goreleaser/internal/artifact"
"github.com/goreleaser/goreleaser/internal/tmpl"
"github.com/goreleaser/goreleaser/pkg/config"