File tree Expand file tree Collapse file tree 12 files changed +14
-11
lines changed Expand file tree Collapse file tree 12 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
2020 "context"
2121 "net/http"
2222
23- "github.com/google/go-github/v74 /github"
23+ "github.com/google/go-github/v75 /github"
2424 "golang.org/x/mod/semver"
2525 "k8s.io/minikube/pkg/minikube/constants"
2626)
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ require (
2727 github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
2828 github.com/google/go-cmp v0.7.0
2929 github.com/google/go-containerregistry v0.20.6
30- github.com/google/go-github/v74 v74 .0.0
30+ github.com/google/go-github/v75 v75 .0.0
3131 github.com/google/slowjam v1.1.2
3232 github.com/google/uuid v1.6.0
3333 github.com/hashicorp/go-getter v1.8.0
Original file line number Diff line number Diff line change @@ -317,8 +317,8 @@ github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX
317317github.com/google/go-containerregistry v0.20.6 h1:cvWX87UxxLgaH76b4hIvya6Dzz9qHB31qAwjAohdSTU =
318318github.com/google/go-containerregistry v0.20.6 /go.mod h1:T0x8MuoAoKX/873bkeSfLD2FAkwCDf9/HZgsFJ02E2Y =
319319github.com/google/go-github v17.0.0+incompatible /go.mod h1:zLgOLi98H3fifZn+44m+umXrS52loVEgC2AApnigrVQ =
320- github.com/google/go-github/v74 v74 .0.0 h1:yZcddTUn8DPbj11GxnMrNiAnXH14gNs559AsUpNpPgM =
321- github.com/google/go-github/v74 v74 .0.0/go.mod h1:ubn/YdyftV80VPSI26nSJvaEsTOnsjrxG3o9kJhcyak =
320+ github.com/google/go-github/v75 v75 .0.0 h1:k7q8Bvg+W5KxRl9Tjq16a9XEgVY1pwuiG5sIL7435Ic =
321+ github.com/google/go-github/v75 v75 .0.0/go.mod h1:H3LUJEA1TCrzuUqtdAQniBNwuKiQIqdGKgBo1/M/uqI =
322322github.com/google/go-querystring v1.0.0 /go.mod h1:odCYkC5MyYFN7vkCjXpyrEuKhc/BUO6wN/zVPAxq5ck =
323323github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
324324github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ require (
1212 github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.53.0
1313 github.com/cenkalti/backoff/v4 v4.3.0
1414 github.com/google/go-github/v74 v74.0.0
15+ github.com/google/go-github/v75 v75.0.0
1516 github.com/jmoiron/sqlx v1.4.0
1617 github.com/olekukonko/tablewriter v1.0.9
1718 github.com/pkg/errors v0.9.1
Original file line number Diff line number Diff line change @@ -234,6 +234,8 @@ github.com/google/go-containerregistry v0.20.6 h1:cvWX87UxxLgaH76b4hIvya6Dzz9qHB
234234github.com/google/go-containerregistry v0.20.6 /go.mod h1:T0x8MuoAoKX/873bkeSfLD2FAkwCDf9/HZgsFJ02E2Y =
235235github.com/google/go-github/v74 v74.0.0 h1:yZcddTUn8DPbj11GxnMrNiAnXH14gNs559AsUpNpPgM =
236236github.com/google/go-github/v74 v74.0.0 /go.mod h1:ubn/YdyftV80VPSI26nSJvaEsTOnsjrxG3o9kJhcyak =
237+ github.com/google/go-github/v75 v75.0.0 h1:k7q8Bvg+W5KxRl9Tjq16a9XEgVY1pwuiG5sIL7435Ic =
238+ github.com/google/go-github/v75 v75.0.0 /go.mod h1:H3LUJEA1TCrzuUqtdAQniBNwuKiQIqdGKgBo1/M/uqI =
237239github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
238240github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
239241github.com/google/gofuzz v1.0.0 /go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg =
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
2121 "os"
2222 "strings"
2323
24- "github.com/google/go-github/v74 /github"
24+ "github.com/google/go-github/v75 /github"
2525
2626 "k8s.io/klog/v2"
2727)
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
2424
2525 "golang.org/x/mod/semver"
2626
27- "github.com/google/go-github/v74 /github"
27+ "github.com/google/go-github/v75 /github"
2828)
2929
3030const (
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
2525 "strings"
2626 "time"
2727
28- "github.com/google/go-github/v74 /github"
28+ "github.com/google/go-github/v75 /github"
2929 "golang.org/x/mod/semver"
3030 "k8s.io/klog/v2"
3131
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import (
3131
3232 "k8s.io/minikube/hack/update"
3333
34- "github.com/google/go-github/v74 /github"
34+ "github.com/google/go-github/v75 /github"
3535 "golang.org/x/mod/semver"
3636 "k8s.io/klog/v2"
3737 "k8s.io/minikube/pkg/minikube/constants"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
2525
2626 "k8s.io/minikube/hack/update"
2727
28- "github.com/google/go-github/v74 /github"
28+ "github.com/google/go-github/v75 /github"
2929 "golang.org/x/mod/semver"
3030 "k8s.io/klog/v2"
3131)
You can’t perform that action at this time.
0 commit comments