File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 "time"
88
99 "github.com/charmbracelet/lipgloss"
10- "github.com/google/go-github/v72 /github"
10+ "github.com/google/go-github/v79 /github"
1111 "github.com/koki-develop/clive/internal/cache"
1212
1313 "github.com/koki-develop/clive/internal/styles"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
99 github.com/charmbracelet/bubbletea v1.3.10
1010 github.com/charmbracelet/lipgloss v1.1.0
1111 github.com/go-rod/rod v0.116.2
12- github.com/google/go-github/v72 v72 .0.0
12+ github.com/google/go-github/v79 v79 .0.0
1313 github.com/jedib0t/go-pretty/v6 v6.7.5
1414 github.com/mitchellh/mapstructure v1.5.0
1515 github.com/pkg/errors v0.9.1
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ github.com/go-rod/rod v0.116.2/go.mod h1:H+CMO9SCNc2TJ2WfrG+pKhITz57uGNYU43qYHh4
2424github.com/google/go-cmp v0.5.2 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
2525github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
2626github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
27- github.com/google/go-github/v72 v72 .0.0 h1:FcIO37BLoVPBO9igQQ6tStsv2asG4IPcYFi655PPvBM =
28- github.com/google/go-github/v72 v72 .0.0/go.mod h1:WWtw8GMRiL62mvIquf1kO3onRHeWWKmK01qdCY8c5fg =
27+ github.com/google/go-github/v79 v79 .0.0 h1:MdodQojuFPBhmtwHiBcIGLw/e/wei2PvFX9ndxK0X4Y =
28+ github.com/google/go-github/v79 v79 .0.0/go.mod h1:OAFbNhq7fQwohojb06iIIQAB9CBGYLq999myfUFnrS4 =
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/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8 =
You can’t perform that action at this time.
0 commit comments