Skip to content

Commit

Permalink
go.mod: Update github.com/google/go-github to v48.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed Jan 3, 2023
1 parent 7b40ef1 commit ce899f2
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 8 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/goark/go-cvss v1.3.0
github.com/golang/protobuf v1.5.2
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/google/uuid v1.3.0
github.com/hashicorp/go-multierror v1.1.1
github.com/in-toto/in-toto-golang v0.3.4-0.20220709202702-fa494aaa0add
Expand Down Expand Up @@ -179,6 +179,7 @@ require (
github.com/google/gnostic v0.5.7-v3refs // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/go-github/v45 v45.2.0 // indirect
github.com/google/go-github/v47 v47.1.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/licenseclassifier/v2 v2.0.0 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,8 @@ github.com/google/go-github/v45 v45.2.0 h1:5oRLszbrkvxDDqBCNj2hjDZMKmvexaZ1xw/FC
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
2 changes: 1 addition & 1 deletion pkg/fastforward/fastforward_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"strings"
"testing"

gogithub "github.com/google/go-github/v47/github"
gogithub "github.com/google/go-github/v48/github"
"github.com/stretchr/testify/require"
"k8s.io/release/pkg/fastforward/fastforwardfakes"
)
Expand Down
2 changes: 1 addition & 1 deletion pkg/fastforward/fastforwardfakes/fake_impl.go

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

2 changes: 1 addition & 1 deletion pkg/fastforward/impl.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"k8s.io/release/pkg/gcp/gcb"
"k8s.io/release/pkg/release"

gogithub "github.com/google/go-github/v47/github"
gogithub "github.com/google/go-github/v48/github"
"sigs.k8s.io/release-sdk/git"
"sigs.k8s.io/release-sdk/github"
"sigs.k8s.io/release-utils/env"
Expand Down
2 changes: 1 addition & 1 deletion pkg/kubepkg/kubepkg.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"time"

"github.com/blang/semver/v4"
gogithub "github.com/google/go-github/v47/github"
gogithub "github.com/google/go-github/v48/github"
"github.com/sirupsen/logrus"

"k8s.io/release/pkg/kubepkg/options"
Expand Down
2 changes: 1 addition & 1 deletion pkg/kubepkg/kubepkgfakes/fake_impl.go

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

2 changes: 1 addition & 1 deletion pkg/notes/notes.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import (
"time"
"unicode"

gogithub "github.com/google/go-github/v47/github"
gogithub "github.com/google/go-github/v48/github"
"github.com/nozzle/throttler"
"github.com/sirupsen/logrus"
"golang.org/x/text/cases"
Expand Down
2 changes: 1 addition & 1 deletion pkg/notes/notes_gatherer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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/git"
"sigs.k8s.io/release-sdk/github/githubfakes"
Expand Down

0 comments on commit ce899f2

Please sign in to comment.