File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ require (
28
28
github.com/aymanbagabas/go-osc52 v1.2.1
29
29
github.com/bill-rich/go-syslog v0.0.0-20220413021637-49edb52a574c
30
30
github.com/bitfinexcom/bitfinex-api-go v0.0.0-20210608095005-9e0b26f200fb
31
- github.com/bradleyfalzon/ghinstallation/v2 v2.12 .0
31
+ github.com/bradleyfalzon/ghinstallation/v2 v2.14 .0
32
32
github.com/brianvoe/gofakeit/v7 v7.2.1
33
33
github.com/charmbracelet/bubbles v0.18.0
34
34
github.com/charmbracelet/bubbletea v1.3.4
@@ -210,6 +210,7 @@ require (
210
210
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
211
211
github.com/golang/snappy v0.0.4 // indirect
212
212
github.com/google/go-github/v66 v66.0.0 // indirect
213
+ github.com/google/go-github/v69 v69.0.0 // indirect
213
214
github.com/google/go-querystring v1.1.0 // indirect
214
215
github.com/google/pprof v0.0.0-20240227163752-401108e1b7e7 // indirect
215
216
github.com/google/s2a-go v0.1.9 // indirect
Original file line number Diff line number Diff line change @@ -201,6 +201,8 @@ github.com/bodgit/windows v1.0.1 h1:tF7K6KOluPYygXa3Z2594zxlkbKPAOvqr97etrGNIz4=
201
201
github.com/bodgit/windows v1.0.1 /go.mod h1:a6JLwrB4KrTR5hBpp8FI9/9W9jJfeQ2h4XDXU74ZCdM =
202
202
github.com/bradleyfalzon/ghinstallation/v2 v2.12.0 h1:k8oVjGhZel2qmCUsYwSE34jPNT9DL2wCBOtugsHv26g =
203
203
github.com/bradleyfalzon/ghinstallation/v2 v2.12.0 /go.mod h1:V4gJcNyAftH0rXpRp1SUVUuh+ACxOH1xOk/ZzkRHltg =
204
+ github.com/bradleyfalzon/ghinstallation/v2 v2.14.0 h1:0D4vKCHOvYrDU8u61TnE2JfNT4VRrBLphmxtqazTO+M =
205
+ github.com/bradleyfalzon/ghinstallation/v2 v2.14.0 /go.mod h1:LOVmdZYVZ8jqdr4n9wWm1ocDiMz9IfMGfRkaYC1a52A =
204
206
github.com/brianvoe/gofakeit/v7 v7.2.1 h1:AGojgaaCdgq4Adzrd2uWdbGNDyX6MWNhHdQBraNfOHI =
205
207
github.com/brianvoe/gofakeit/v7 v7.2.1 /go.mod h1:QXuPeBw164PJCzCUZVmgpgHJ3Llj49jSLVkKPMtxtxA =
206
208
github.com/cenkalti/backoff/v4 v4.2.1 h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqylYbM =
@@ -431,6 +433,8 @@ github.com/google/go-github/v66 v66.0.0 h1:ADJsaXj9UotwdgK8/iFZtv7MLc8E8WBl62WLd
431
433
github.com/google/go-github/v66 v66.0.0 /go.mod h1:+4SO9Zkuyf8ytMj0csN1NR/5OTR+MfqPp8P8dVlcvY4 =
432
434
github.com/google/go-github/v67 v67.0.0 h1:g11NDAmfaBaCO8qYdI9fsmbaRipHNWRIU/2YGvlh4rg =
433
435
github.com/google/go-github/v67 v67.0.0 /go.mod h1:zH3K7BxjFndr9QSeFibx4lTKkYS3K9nDanoI1NjaOtY =
436
+ github.com/google/go-github/v69 v69.0.0 h1:YnFvZ3pEIZF8KHmI8xyQQe3mYACdkhnaTV2hr7CP2/w =
437
+ github.com/google/go-github/v69 v69.0.0 /go.mod h1:xne4jymxLR6Uj9b7J7PyTpkMYstEMMwGZa0Aehh1azM =
434
438
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 /go.mod h1:odCYkC5MyYFN7vkCjXpyrEuKhc/BUO6wN/zVPAxq5ck =
435
439
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
436
440
github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
You can’t perform that action at this time.
0 commit comments