Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go.mod: Update github.com/google/go-github to v48.2.0 #147

Merged
merged 2 commits into from Jan 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion github/github.go
Expand Up @@ -26,7 +26,7 @@ import (
"path/filepath"
"strings"

"github.com/google/go-github/v47/github"
"github.com/google/go-github/v48/github"
"github.com/sirupsen/logrus"
"golang.org/x/oauth2"

Expand Down
2 changes: 1 addition & 1 deletion github/github_test.go
Expand Up @@ -22,7 +22,7 @@ import (
"fmt"
"testing"

gogithub "github.com/google/go-github/v47/github"
gogithub "github.com/google/go-github/v48/github"
"github.com/stretchr/testify/require"

"sigs.k8s.io/release-sdk/git"
Expand Down
2 changes: 1 addition & 1 deletion github/githubfakes/fake_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion github/internal/retry.go
Expand Up @@ -22,7 +22,7 @@ import (
"strings"
"time"

"github.com/google/go-github/v47/github"
"github.com/google/go-github/v48/github"
"github.com/sirupsen/logrus"
)

Expand Down
2 changes: 1 addition & 1 deletion github/internal/retry_test.go
Expand Up @@ -23,7 +23,7 @@ import (
"testing"
"time"

"github.com/google/go-github/v47/github"
"github.com/google/go-github/v48/github"
"github.com/sirupsen/logrus"

"sigs.k8s.io/release-sdk/github/internal"
Expand Down
2 changes: 1 addition & 1 deletion github/record.go
Expand Up @@ -26,7 +26,7 @@ import (
"path/filepath"
"sync"

"github.com/google/go-github/v47/github"
"github.com/google/go-github/v48/github"
"github.com/sirupsen/logrus"
)

Expand Down
2 changes: 1 addition & 1 deletion github/replay.go
Expand Up @@ -25,7 +25,7 @@ import (
"path/filepath"
"sync"

"github.com/google/go-github/v47/github"
"github.com/google/go-github/v48/github"
)

func NewReplayer(replayDir string) Client {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -7,7 +7,7 @@ require (
github.com/carolynvs/magex v0.9.0
github.com/go-git/go-git/v5 v5.5.1
github.com/google/go-containerregistry v0.12.1
github.com/google/go-github/v47 v47.1.0
github.com/google/go-github/v48 v48.2.0
github.com/jellydator/ttlcache/v3 v3.0.0
github.com/magefile/mage v1.14.0
github.com/maxbrunsfeld/counterfeiter/v6 v6.5.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -718,8 +718,8 @@ github.com/google/go-containerregistry v0.12.1/go.mod h1:sdIK+oHQO7B93xI8UweYdl8
github.com/google/go-github/v28 v28.1.1/go.mod h1:bsqJWQX05omyWVmc00nEUql9mhQyv38lDZ8kPZcQVoM=
github.com/google/go-github/v45 v45.2.0 h1:5oRLszbrkvxDDqBCNj2hjDZMKmvexaZ1xw/FCD+K3FI=
github.com/google/go-github/v45 v45.2.0/go.mod h1:FObaZJEDSTa/WGCzZ2Z3eoCDXWJKMenWWTrd8jrta28=
github.com/google/go-github/v47 v47.1.0 h1:Cacm/WxQBOa9lF0FT0EMjZ2BWMetQ1TQfyurn4yF1z8=
github.com/google/go-github/v47 v47.1.0/go.mod h1:VPZBXNbFSJGjyjFRUKo9vZGawTajnWzC/YjGw/oFKi0=
github.com/google/go-github/v48 v48.2.0 h1:68puzySE6WqUY9KWmpOsDEQfDZsso98rT6pZcz9HqcE=
github.com/google/go-github/v48 v48.2.0/go.mod h1:dDlehKBDo850ZPvCTK0sEqTCVWcrGl2LcDiajkYi89Y=
github.com/google/go-licenses v0.0.0-20210329231322-ce1d9163b77d/go.mod h1:+TYOmkVoJOpwnS0wfdsJCV9CoD5nJYsHoFk/0CrTK4M=
github.com/google/go-querystring v1.0.0/go.mod h1:odCYkC5MyYFN7vkCjXpyrEuKhc/BUO6wN/zVPAxq5ck=
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
Expand Down