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 @@ -5,7 +5,7 @@ go 1.24.4
55require (
66 github.com/bradleyfalzon/ghinstallation/v2 v2.17.0
77 github.com/fatih/color v1.18.0
8- github.com/google/go-github/v76 v76 .0.0
8+ github.com/google/go-github/v77 v77 .0.0
99 github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
1010 github.com/hashicorp/go-retryablehttp v0.7.8
1111 github.com/lmittmann/tint v1.1.2
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ github.com/google/go-github/v73 v73.0.0 h1:aR+Utnh+Y4mMkS+2qLQwcQ/cF9mOTpdwnzlaw
2424github.com/google/go-github/v73 v73.0.0 /go.mod h1:fa6w8+/V+edSU0muqdhCVY7Beh1M8F1IlQPZIANKIYw =
2525github.com/google/go-github/v75 v75.0.0 h1:k7q8Bvg+W5KxRl9Tjq16a9XEgVY1pwuiG5sIL7435Ic =
2626github.com/google/go-github/v75 v75.0.0 /go.mod h1:H3LUJEA1TCrzuUqtdAQniBNwuKiQIqdGKgBo1/M/uqI =
27- github.com/google/go-github/v76 v76 .0.0 h1:MCa9VQn+VG5GG7Y7BAkBvSRUN3o+QpaEOuZwFPJmdFA =
28- github.com/google/go-github/v76 v76 .0.0/go.mod h1:38+d/8pYDO4fBLYfBhXF5EKO0wA3UkXBjfmQapFsNCQ =
27+ github.com/google/go-github/v77 v77 .0.0 h1:9DsKKbZqil5y/4Z9mNpZDQnpli6PJbqipSuuNdcbjwI =
28+ github.com/google/go-github/v77 v77 .0.0/go.mod h1:c8VmGXRUmaZUqbctUcGEDWYnMrtzZfJhDSylEf1wfmA =
2929github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
3030github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
3131github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY =
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import (
2828
2929 "github.com/bradleyfalzon/ghinstallation/v2"
3030 "github.com/fatih/color"
31- "github.com/google/go-github/v76 /github"
31+ "github.com/google/go-github/v77 /github"
3232 "github.com/grafana/wait-for-github/internal/logging"
3333 "github.com/gregjones/httpcache"
3434 "github.com/hashicorp/go-retryablehttp"
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import (
2929 "time"
3030
3131 "github.com/bradleyfalzon/ghinstallation/v2"
32- "github.com/google/go-github/v76 /github"
32+ "github.com/google/go-github/v77 /github"
3333 "github.com/gregjones/httpcache"
3434 "github.com/hashicorp/go-retryablehttp"
3535 "github.com/migueleliasweb/go-github-mock/src/mock"
You can’t perform that action at this time.
0 commit comments