File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed
Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 88 "os"
99 "strings"
1010
11+ "github.com/google/go-github/v84/github"
1112 "github.com/la3rence/OpsBot/utils"
12- "github.com/google/go-github/v74/github"
1313 "golang.org/x/oauth2"
1414)
1515
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module github.com/la3rence/OpsBot
33go 1.26.0
44
55require (
6- github.com/google/go-github/v74 v74 .0.0
6+ github.com/google/go-github/v84 v84 .0.0
77 golang.org/x/oauth2 v0.30.0
88)
99
10- require github.com/google/go-querystring v1.1 .0 // indirect
10+ require github.com/google/go-querystring v1.2 .0 // indirect
Original file line number Diff line number Diff line change 1- github.com/google/go-cmp v0.5.2 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
1+ github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
22github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
33github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
4- github.com/google/go-github/v74 v74 .0.0 h1:yZcddTUn8DPbj11GxnMrNiAnXH14gNs559AsUpNpPgM =
5- github.com/google/go-github/v74 v74 .0.0/go.mod h1:ubn/YdyftV80VPSI26nSJvaEsTOnsjrxG3o9kJhcyak =
6- github.com/google/go-querystring v1.1 .0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
7- github.com/google/go-querystring v1.1 .0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
4+ github.com/google/go-github/v84 v84 .0.0 h1:I/0Xn5IuChMe8TdmI2bbim5nyhaRFJ7DEdzmD2w+yVA =
5+ github.com/google/go-github/v84 v84 .0.0/go.mod h1:WwYL1z1ajRdlaPszjVu/47x1L0PXukJBn73xsiYrRRQ =
6+ github.com/google/go-querystring v1.2 .0 h1:yhqkPbu2/OH+V9BfpCVPZkNmUXhb2gBxJArfhIxNtP0 =
7+ github.com/google/go-querystring v1.2 .0 /go.mod h1:8IFJqpSRITyJ8QhQ13bmbeMBDfmeEJZD5A0egEOmkqU =
88golang.org/x/oauth2 v0.30.0 h1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI =
99golang.org/x/oauth2 v0.30.0 /go.mod h1:B++QgG3ZKulg6sRPGD/mqlHQs5rB3Ml9erfeDY7xKlU =
10- golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
You can’t perform that action at this time.
0 commit comments