File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11module github.com/poseidon/github-runner
22
3- go 1.21
3+ go 1.22.0
44
55toolchain go1.24.0
66
77require (
8- github.com/bradleyfalzon/ghinstallation/v2 v2.13 .0
8+ github.com/bradleyfalzon/ghinstallation/v2 v2.14 .0
99 github.com/google/go-github/v45 v45.2.0
1010 github.com/spf13/cobra v1.9.1
1111)
1212
1313require (
1414 github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
15- github.com/google/go-github/v68 v68 .0.0 // indirect
15+ github.com/google/go-github/v69 v69 .0.0 // indirect
1616 github.com/google/go-querystring v1.1.0 // indirect
1717 github.com/inconshreveable/mousetrap v1.1.0 // indirect
1818 github.com/spf13/pflag v1.0.6 // indirect
Original file line number Diff line number Diff line change 1- github.com/bradleyfalzon/ghinstallation/v2 v2.13 .0 h1:5FhjW93/YLQJDmPdeyMPw7IjAPzqsr+0jHPfrPz0sZI =
2- github.com/bradleyfalzon/ghinstallation/v2 v2.13 .0 /go.mod h1:EJ6fgedVEHa2kUyBTTvslJCXJafS/mhJNNKEOCspZXQ =
1+ github.com/bradleyfalzon/ghinstallation/v2 v2.14 .0 h1:0D4vKCHOvYrDU8u61TnE2JfNT4VRrBLphmxtqazTO+M =
2+ github.com/bradleyfalzon/ghinstallation/v2 v2.14 .0 /go.mod h1:LOVmdZYVZ8jqdr4n9wWm1ocDiMz9IfMGfRkaYC1a52A =
33github.com/cpuguy83/go-md2man/v2 v2.0.6 /go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g =
44github.com/golang-jwt/jwt/v4 v4.5.1 h1:JdqV9zKUdtaa9gdPlywC3aeoEsR681PlKC+4F5gQgeo =
55github.com/golang-jwt/jwt/v4 v4.5.1 /go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0 =
@@ -8,8 +8,8 @@ github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
88github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
99github.com/google/go-github/v45 v45.2.0 h1:5oRLszbrkvxDDqBCNj2hjDZMKmvexaZ1xw/FCD+K3FI =
1010github.com/google/go-github/v45 v45.2.0 /go.mod h1:FObaZJEDSTa/WGCzZ2Z3eoCDXWJKMenWWTrd8jrta28 =
11- github.com/google/go-github/v68 v68 .0.0 h1:ZW57zeNZiXTdQ16qrDiZ0k6XucrxZ2CGmoTvcCyQG6s =
12- github.com/google/go-github/v68 v68 .0.0/go.mod h1:K9HAUBovM2sLwM408A18h+wd9vqdLOEqTUCbnRIcx68 =
11+ github.com/google/go-github/v69 v69 .0.0 h1:YnFvZ3pEIZF8KHmI8xyQQe3mYACdkhnaTV2hr7CP2/w =
12+ github.com/google/go-github/v69 v69 .0.0/go.mod h1:xne4jymxLR6Uj9b7J7PyTpkMYstEMMwGZa0Aehh1azM =
1313github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
1414github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
1515github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8 =
You can’t perform that action at this time.
0 commit comments