File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
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.4
44
55require (
6- github.com/bradleyfalzon/ghinstallation/v2 v2.16 .0
6+ github.com/bradleyfalzon/ghinstallation/v2 v2.17 .0
77 github.com/fatih/color v1.18.0
88 github.com/google/go-github/v75 v75.0.0
99 github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
@@ -25,7 +25,6 @@ require (
2525 github.com/go-playground/validator/v10 v10.26.0 // indirect
2626 github.com/goccy/go-yaml v1.11.0 // indirect
2727 github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
28- github.com/google/go-github/v72 v72.0.0 // indirect
2928 github.com/google/go-github/v73 v73.0.0 // indirect
3029 github.com/google/go-querystring v1.1.0 // indirect
3130 github.com/gorilla/mux v1.8.1 // indirect
Original file line number Diff line number Diff line change 1- github.com/bradleyfalzon/ghinstallation/v2 v2.16 .0 h1:B91r9bHtXp/+XRgS5aZm6ZzTdz3ahgJYmkt4xZkgDz8 =
2- github.com/bradleyfalzon/ghinstallation/v2 v2.16 .0 /go.mod h1:OeVe5ggFzoBnmgitZe/A+BqGOnv1DvU/0uiLQi1wutM =
1+ github.com/bradleyfalzon/ghinstallation/v2 v2.17 .0 h1:SmbUK/GxpAspRjSQbB6ARvH+ArzlNzTtHydNyXUQ6zg =
2+ github.com/bradleyfalzon/ghinstallation/v2 v2.17 .0 /go.mod h1:vuD/xvJT9Y+ZVZRv4HQ42cMyPFIYqpc7AbB4Gvt/DlY =
33github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
44github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM =
55github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
@@ -20,8 +20,6 @@ github.com/golang-jwt/jwt/v4 v4.5.2/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w
2020github.com/google/go-cmp v0.5.2 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
2121github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
2222github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
23- github.com/google/go-github/v72 v72.0.0 h1:FcIO37BLoVPBO9igQQ6tStsv2asG4IPcYFi655PPvBM =
24- github.com/google/go-github/v72 v72.0.0 /go.mod h1:WWtw8GMRiL62mvIquf1kO3onRHeWWKmK01qdCY8c5fg =
2523github.com/google/go-github/v73 v73.0.0 h1:aR+Utnh+Y4mMkS+2qLQwcQ/cF9mOTpdwnzlaw//rG24 =
2624github.com/google/go-github/v73 v73.0.0 /go.mod h1:fa6w8+/V+edSU0muqdhCVY7Beh1M8F1IlQPZIANKIYw =
2725github.com/google/go-github/v75 v75.0.0 h1:k7q8Bvg+W5KxRl9Tjq16a9XEgVY1pwuiG5sIL7435Ic =
You can’t perform that action at this time.
0 commit comments