File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/grafana/wait-for-github
33go 1.24
44
55require (
6- github.com/bradleyfalzon/ghinstallation/v2 v2.15 .0
6+ github.com/bradleyfalzon/ghinstallation/v2 v2.16 .0
77 github.com/fatih/color v1.18.0
88 github.com/google/go-github/v52 v52.0.0
99 github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
@@ -29,6 +29,7 @@ require (
2929 github.com/goccy/go-yaml v1.11.0 // indirect
3030 github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
3131 github.com/google/go-github/v71 v71.0.0 // indirect
32+ github.com/google/go-github/v72 v72.0.0 // indirect
3233 github.com/google/go-querystring v1.1.0 // indirect
3334 github.com/gorilla/mux v1.8.1 // indirect
3435 github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
Original file line number Diff line number Diff line change 11github.com/ProtonMail/go-crypto v0.0.0-20230923063757-afb1ddc0824c h1:kMFnB0vCcX7IL/m9Y5LO+KQYv+t1CQOiFe6+SV2J7bE =
22github.com/ProtonMail/go-crypto v0.0.0-20230923063757-afb1ddc0824c /go.mod h1:EjAoLdwvbIOoOQr3ihjnSoLZRtE8azugULFRteWMNc0 =
3- github.com/bradleyfalzon/ghinstallation/v2 v2.15 .0 h1:7r2rPUM04rgszMP0U1UZ1M5VoVVIlsaBSnpABfYxcQY =
4- github.com/bradleyfalzon/ghinstallation/v2 v2.15 .0 /go.mod h1:PoH9Vhy82OeRFZfxsVrk3mfQhVkEzou9OOwPOsEhiXE =
3+ github.com/bradleyfalzon/ghinstallation/v2 v2.16 .0 h1:B91r9bHtXp/+XRgS5aZm6ZzTdz3ahgJYmkt4xZkgDz8 =
4+ github.com/bradleyfalzon/ghinstallation/v2 v2.16 .0 /go.mod h1:OeVe5ggFzoBnmgitZe/A+BqGOnv1DvU/0uiLQi1wutM =
55github.com/bwesterb/go-ristretto v1.2.3 /go.mod h1:fUIoIZaG73pV5biE2Blr2xEzDoMj7NFEuV9ekS419A0 =
66github.com/cloudflare/circl v1.3.3 /go.mod h1:5XYMA4rFBvNIrhs50XuiBJ15vF2pZn4nnUKZrLbUZFA =
77github.com/cloudflare/circl v1.3.7 h1:qlCDlTPz2n9fu58M0Nh1J/JzcFpfgkFHHX3O35r5vcU =
@@ -32,6 +32,8 @@ github.com/google/go-github/v52 v52.0.0 h1:uyGWOY+jMQ8GVGSX8dkSwCzlehU3WfdxQ7Gwe
3232github.com/google/go-github/v52 v52.0.0 /go.mod h1:WJV6VEEUPuMo5pXqqa2ZCZEdbQqua4zAk2MZTIo+m+4 =
3333github.com/google/go-github/v71 v71.0.0 h1:Zi16OymGKZZMm8ZliffVVJ/Q9YZreDKONCr+WUd0Z30 =
3434github.com/google/go-github/v71 v71.0.0 /go.mod h1:URZXObp2BLlMjwu0O8g4y6VBneUj2bCHgnI8FfgZ51M =
35+ github.com/google/go-github/v72 v72.0.0 h1:FcIO37BLoVPBO9igQQ6tStsv2asG4IPcYFi655PPvBM =
36+ github.com/google/go-github/v72 v72.0.0 /go.mod h1:WWtw8GMRiL62mvIquf1kO3onRHeWWKmK01qdCY8c5fg =
3537github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
3638github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
3739github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY =
You can’t perform that action at this time.
0 commit comments