File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11module github.com/koki-develop/clive
22
3- go 1.19
3+ go 1.21
4+
5+ toolchain go1.23.4
46
57require (
68 github.com/charmbracelet/bubbles v0.16.1
79 github.com/charmbracelet/bubbletea v0.24.2
810 github.com/charmbracelet/lipgloss v0.8.0
911 github.com/go-rod/rod v0.115.0
1012 github.com/google/go-github/v55 v55.0.0
13+ github.com/google/go-github/v67 v67.0.0
1114 github.com/jedib0t/go-pretty/v6 v6.4.9
1215 github.com/mitchellh/mapstructure v1.5.0
1316 github.com/pkg/errors v0.9.1
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
2828github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38 =
2929github.com/google/go-github/v55 v55.0.0 h1:4pp/1tNMB9X/LuAhs5i0KQAE40NmiR/y6prLNb9x9cg =
3030github.com/google/go-github/v55 v55.0.0 /go.mod h1:JLahOTA1DnXzhxEymmFF5PP2tSS9JVNj68mSZNDwskA =
31+ github.com/google/go-github/v67 v67.0.0 /go.mod h1:zH3K7BxjFndr9QSeFibx4lTKkYS3K9nDanoI1NjaOtY =
3132github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
3233github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
3334github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8 =
You can’t perform that action at this time.
0 commit comments