File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ go 1.25.0
55require (
66 github.com/BurntSushi/toml v1.6.0
77 github.com/atotto/clipboard v0.1.4
8+ github.com/aymanbagabas/go-osc52/v2 v2.0.1
89 github.com/charmbracelet/bubbletea v1.3.10
910 github.com/charmbracelet/glamour v1.0.0
1011 github.com/charmbracelet/lipgloss v1.1.1-0.20250404203927-76690c660834
@@ -16,7 +17,7 @@ require (
1617 github.com/google/go-cmp v0.7.0
1718 github.com/google/go-github/v84 v84.0.0
1819 github.com/google/uuid v1.6.0
19- github.com/jackc/pgx/v5 v5.9.1
20+ github.com/jackc/pgx/v5 v5.9.2
2021 github.com/mattn/go-isatty v0.0.21
2122 github.com/mattn/go-runewidth v0.0.23
2223 github.com/muesli/termenv v0.16.0
@@ -31,7 +32,6 @@ require (
3132
3233require (
3334 github.com/alecthomas/chroma/v2 v2.20.0 // indirect
34- github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
3535 github.com/aymerick/douceur v0.2.0 // indirect
3636 github.com/charmbracelet/colorprofile v0.4.1 // indirect
3737 github.com/charmbracelet/x/cellbuf v0.0.15 // indirect
Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsI
8080github.com/jackc/pgpassfile v1.0.0 /go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg =
8181github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 h1:iCEnooe7UlwOQYpKFhBabPMi4aNAfoODPEFNiAnClxo =
8282github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 /go.mod h1:5TJZWKEWniPve33vlWYSoGYefn3gLQRzjfDlhSJ9ZKM =
83- github.com/jackc/pgx/v5 v5.9.1 h1:uwrxJXBnx76nyISkhr33kQLlUqjv7et7b9FjCen/tdc =
84- github.com/jackc/pgx/v5 v5.9.1 /go.mod h1:mal1tBGAFfLHvZzaYh77YS/eC6IX9OWbRV1QIIM0Jn4 =
83+ github.com/jackc/pgx/v5 v5.9.2 h1:3ZhOzMWnR4yJ+RW1XImIPsD1aNSz4T4fyP7zlQb56hw =
84+ github.com/jackc/pgx/v5 v5.9.2 /go.mod h1:mal1tBGAFfLHvZzaYh77YS/eC6IX9OWbRV1QIIM0Jn4 =
8585github.com/jackc/puddle/v2 v2.2.2 h1:PR8nw+E/1w0GLuRFSmiioY6UooMp6KJv0/61nB7icHo =
8686github.com/jackc/puddle/v2 v2.2.2 /go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFrfEOc3H4 =
8787github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0 =
You can’t perform that action at this time.
0 commit comments