Skip to content

Commit

Permalink
Merge pull request #20027 from minikube-bot/auto_bump_go_github_version
Browse files Browse the repository at this point in the history
Update go-github from v66.0.0 to v67.0.0
  • Loading branch information
spowelljr authored Dec 5, 2024
2 parents 5f0cd23 + 89125ca commit 66bd415
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion cmd/minikube/cmd/config/kubernetes_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"context"
"net/http"

"github.com/google/go-github/v66/github"
"github.com/google/go-github/v67/github"
"golang.org/x/mod/semver"
"k8s.io/minikube/pkg/minikube/constants"
)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ require (
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
github.com/google/go-cmp v0.6.0
github.com/google/go-containerregistry v0.20.2
github.com/google/go-github/v66 v66.0.0
github.com/google/go-github/v67 v67.0.0
github.com/google/slowjam v1.1.1
github.com/google/uuid v1.6.0
github.com/hashicorp/go-getter v1.7.6
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -872,8 +872,8 @@ github.com/google/go-containerregistry v0.5.1/go.mod h1:Ct15B4yir3PLOP5jsy0GNeYV
github.com/google/go-containerregistry v0.20.2 h1:B1wPJ1SN/S7pB+ZAimcciVD+r+yV/l/DSArMxlbwseo=
github.com/google/go-containerregistry v0.20.2/go.mod h1:z38EKdKh4h7IP2gSfUUqEvalZBqs6AoLeWfUy34nQC8=
github.com/google/go-github v17.0.0+incompatible/go.mod h1:zLgOLi98H3fifZn+44m+umXrS52loVEgC2AApnigrVQ=
github.com/google/go-github/v66 v66.0.0 h1:ADJsaXj9UotwdgK8/iFZtv7MLc8E8WBl62WLd/D/9+M=
github.com/google/go-github/v66 v66.0.0/go.mod h1:+4SO9Zkuyf8ytMj0csN1NR/5OTR+MfqPp8P8dVlcvY4=
github.com/google/go-github/v67 v67.0.0 h1:g11NDAmfaBaCO8qYdI9fsmbaRipHNWRIU/2YGvlh4rg=
github.com/google/go-github/v67 v67.0.0/go.mod h1:zH3K7BxjFndr9QSeFibx4lTKkYS3K9nDanoI1NjaOtY=
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=
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
Expand Down
2 changes: 1 addition & 1 deletion hack/preload-images/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"context"
"strings"

"github.com/google/go-github/v66/github"
"github.com/google/go-github/v67/github"

"k8s.io/klog/v2"
)
Expand Down
2 changes: 1 addition & 1 deletion hack/update/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (

"golang.org/x/mod/semver"

"github.com/google/go-github/v66/github"
"github.com/google/go-github/v67/github"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion hack/update/ingress_version/update_ingress_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"strings"
"time"

"github.com/google/go-github/v66/github"
"github.com/google/go-github/v67/github"
"golang.org/x/mod/semver"
"k8s.io/klog/v2"

Expand Down
2 changes: 1 addition & 1 deletion hack/update/kubeadm_constants/update_kubeadm_constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
"text/template"
"time"

"github.com/google/go-github/v66/github"
"github.com/google/go-github/v67/github"
"golang.org/x/mod/semver"
"k8s.io/klog/v2"
"k8s.io/minikube/hack/update"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"sort"
"time"

"github.com/google/go-github/v66/github"
"github.com/google/go-github/v67/github"
"golang.org/x/mod/semver"
"k8s.io/klog/v2"
"k8s.io/minikube/hack/update"
Expand Down
2 changes: 1 addition & 1 deletion hack/update/site_node_version/update_site_node_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"strings"
"time"

"github.com/google/go-github/v66/github"
"github.com/google/go-github/v67/github"
"golang.org/x/mod/semver"
"k8s.io/klog/v2"
"k8s.io/minikube/hack/update"
Expand Down
2 changes: 1 addition & 1 deletion pkg/perf/monitor/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"os"
"time"

"github.com/google/go-github/v66/github"
"github.com/google/go-github/v67/github"
"github.com/pkg/errors"
"golang.org/x/oauth2"
)
Expand Down

0 comments on commit 66bd415

Please sign in to comment.