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 (
20
20
"context"
21
21
"net/http"
22
22
23
- "github.com/google/go-github/v74 /github"
23
+ "github.com/google/go-github/v75 /github"
24
24
"golang.org/x/mod/semver"
25
25
"k8s.io/minikube/pkg/minikube/constants"
26
26
)
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ require (
27
27
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
28
28
github.com/google/go-cmp v0.7.0
29
29
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
31
31
github.com/google/slowjam v1.1.2
32
32
github.com/google/uuid v1.6.0
33
33
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
317
317
github.com/google/go-containerregistry v0.20.6 h1:cvWX87UxxLgaH76b4hIvya6Dzz9qHB31qAwjAohdSTU =
318
318
github.com/google/go-containerregistry v0.20.6 /go.mod h1:T0x8MuoAoKX/873bkeSfLD2FAkwCDf9/HZgsFJ02E2Y =
319
319
github.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 =
322
322
github.com/google/go-querystring v1.0.0 /go.mod h1:odCYkC5MyYFN7vkCjXpyrEuKhc/BUO6wN/zVPAxq5ck =
323
323
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
324
324
github.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 (
12
12
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.53.0
13
13
github.com/cenkalti/backoff/v4 v4.3.0
14
14
github.com/google/go-github/v74 v74.0.0
15
+ github.com/google/go-github/v75 v75.0.0
15
16
github.com/jmoiron/sqlx v1.4.0
16
17
github.com/olekukonko/tablewriter v1.0.9
17
18
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
234
234
github.com/google/go-containerregistry v0.20.6 /go.mod h1:T0x8MuoAoKX/873bkeSfLD2FAkwCDf9/HZgsFJ02E2Y =
235
235
github.com/google/go-github/v74 v74.0.0 h1:yZcddTUn8DPbj11GxnMrNiAnXH14gNs559AsUpNpPgM =
236
236
github.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 =
237
239
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
238
240
github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
239
241
github.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 (
21
21
"os"
22
22
"strings"
23
23
24
- "github.com/google/go-github/v74 /github"
24
+ "github.com/google/go-github/v75 /github"
25
25
26
26
"k8s.io/klog/v2"
27
27
)
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
24
24
25
25
"golang.org/x/mod/semver"
26
26
27
- "github.com/google/go-github/v74 /github"
27
+ "github.com/google/go-github/v75 /github"
28
28
)
29
29
30
30
const (
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
25
25
"strings"
26
26
"time"
27
27
28
- "github.com/google/go-github/v74 /github"
28
+ "github.com/google/go-github/v75 /github"
29
29
"golang.org/x/mod/semver"
30
30
"k8s.io/klog/v2"
31
31
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import (
31
31
32
32
"k8s.io/minikube/hack/update"
33
33
34
- "github.com/google/go-github/v74 /github"
34
+ "github.com/google/go-github/v75 /github"
35
35
"golang.org/x/mod/semver"
36
36
"k8s.io/klog/v2"
37
37
"k8s.io/minikube/pkg/minikube/constants"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
25
25
26
26
"k8s.io/minikube/hack/update"
27
27
28
- "github.com/google/go-github/v74 /github"
28
+ "github.com/google/go-github/v75 /github"
29
29
"golang.org/x/mod/semver"
30
30
"k8s.io/klog/v2"
31
31
)
You can’t perform that action at this time.
0 commit comments