File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212 "time"
1313
1414 "github.com/Masterminds/semver/v3"
15- "github.com/google/go-github/v77 /github"
15+ "github.com/google/go-github/v78 /github"
1616)
1717
1818type GQLOutput struct {
Original file line number Diff line number Diff line change 99 "text/template"
1010
1111 "github.com/Masterminds/semver/v3"
12- github2 "github.com/google/go-github/v77 /github"
12+ github2 "github.com/google/go-github/v78 /github"
1313 "github.com/hashicorp/go-multierror"
1414 "github.com/spf13/cobra"
1515
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.25.1
44
55require (
66 github.com/Masterminds/semver/v3 v3.4.0
7- github.com/google/go-github/v77 v77 .0.0
7+ github.com/google/go-github/v78 v78 .0.0
88 github.com/hashicorp/go-multierror v1.1.1
99 github.com/spf13/cobra v1.10.1
1010 golang.org/x/term v0.37.0
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6N
44github.com/google/go-cmp v0.5.2 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
55github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
66github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
7- github.com/google/go-github/v77 v77 .0.0 h1:9DsKKbZqil5y/4Z9mNpZDQnpli6PJbqipSuuNdcbjwI =
8- github.com/google/go-github/v77 v77 .0.0/go.mod h1:c8VmGXRUmaZUqbctUcGEDWYnMrtzZfJhDSylEf1wfmA =
7+ github.com/google/go-github/v78 v78 .0.0 h1:b1tytzFE8i//lRVDx5Qh/EdJbtTPtSVD3nF7hraEs9w =
8+ github.com/google/go-github/v78 v78 .0.0/go.mod h1:Uxvdzy82AkNlC6JQ57se9TqvmgBT7RF0ouHDNg2jd6g =
99github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
1010github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
1111github.com/hashicorp/errwrap v1.0.0 /go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4 =
You can’t perform that action at this time.
0 commit comments