@@ -8,10 +8,10 @@ require (
8
8
github.com/PuerkitoBio/goquery v1.9.2
9
9
github.com/avast/retry-go v3.0.0+incompatible
10
10
github.com/briandowns/spinner v1.23.1
11
- github.com/charmbracelet/bubbles v0.18 .0
12
- github.com/charmbracelet/bubbletea v0.26.6
13
- github.com/charmbracelet/glamour v0.7 .0
14
- github.com/charmbracelet/lipgloss v0.12.1
11
+ github.com/charmbracelet/bubbles v0.19 .0
12
+ github.com/charmbracelet/bubbletea v0.27.0
13
+ github.com/charmbracelet/glamour v0.8 .0
14
+ github.com/charmbracelet/lipgloss v0.13.0
15
15
github.com/charmbracelet/log v0.4.0
16
16
github.com/cli/browser v1.3.0
17
17
github.com/dghubble/sling v1.4.2
@@ -30,8 +30,8 @@ require (
30
30
github.com/k3a/html2text v1.2.1
31
31
github.com/mitchellh/go-homedir v1.1.0
32
32
github.com/muesli/reflow v0.3.0
33
- github.com/pelletier/go-toml/v2 v2.2.2
34
- github.com/sashabaranov/go-openai v1.27.1
33
+ github.com/pelletier/go-toml/v2 v2.2.3
34
+ github.com/sashabaranov/go-openai v1.29.0
35
35
github.com/spf13/cobra v1.8.1
36
36
github.com/spf13/viper v1.19.0
37
37
github.com/tidwall/gjson v1.17.3
@@ -40,7 +40,7 @@ require (
40
40
)
41
41
42
42
require (
43
- github.com/alecthomas/chroma/v2 v2.8 .0 // indirect
43
+ github.com/alecthomas/chroma/v2 v2.14 .0 // indirect
44
44
github.com/andybalholm/cascadia v1.3.2 // indirect
45
45
github.com/atotto/clipboard v0.1.4 // indirect
46
46
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
@@ -73,15 +73,14 @@ require (
73
73
github.com/mattn/go-colorable v0.1.13 // indirect
74
74
github.com/mattn/go-isatty v0.0.20 // indirect
75
75
github.com/mattn/go-localereader v0.0.1 // indirect
76
- github.com/mattn/go-runewidth v0.0.15 // indirect
76
+ github.com/mattn/go-runewidth v0.0.16 // indirect
77
77
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
78
- github.com/microcosm-cc/bluemonday v1.0.26 // indirect
78
+ github.com/microcosm-cc/bluemonday v1.0.27 // indirect
79
79
github.com/mitchellh/mapstructure v1.5.0 // indirect
80
80
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
81
81
github.com/muesli/cancelreader v0.2.2 // indirect
82
- github.com/muesli/termenv v0.15.2 // indirect
82
+ github.com/muesli/termenv v0.15.3-0.20240618155329-98d742f6907a // indirect
83
83
github.com/ncruces/go-strftime v0.1.9 // indirect
84
- github.com/olekukonko/tablewriter v0.0.5 // indirect
85
84
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
86
85
github.com/rivo/uniseg v0.4.7 // indirect
87
86
github.com/sagikazarmark/locafero v0.4.0 // indirect
@@ -95,17 +94,17 @@ require (
95
94
github.com/tidwall/match v1.1.1 // indirect
96
95
github.com/tidwall/pretty v1.2.1 // indirect
97
96
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
98
- github.com/yuin/goldmark v1.7.1 // indirect
99
- github.com/yuin/goldmark-emoji v1.0.2 // indirect
97
+ github.com/yuin/goldmark v1.7.4 // indirect
98
+ github.com/yuin/goldmark-emoji v1.0.3 // indirect
100
99
github.com/zalando/go-keyring v0.2.3 // indirect
101
100
go.uber.org/multierr v1.11.0 // indirect
102
- golang.org/x/crypto v0.23 .0 // indirect
101
+ golang.org/x/crypto v0.25 .0 // indirect
103
102
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
104
- golang.org/x/net v0.25 .0 // indirect
105
- golang.org/x/sync v0.7 .0 // indirect
106
- golang.org/x/sys v0.21 .0 // indirect
107
- golang.org/x/term v0.20 .0 // indirect
108
- golang.org/x/text v0.15 .0 // indirect
103
+ golang.org/x/net v0.27 .0 // indirect
104
+ golang.org/x/sync v0.8 .0 // indirect
105
+ golang.org/x/sys v0.24 .0 // indirect
106
+ golang.org/x/term v0.22 .0 // indirect
107
+ golang.org/x/text v0.16 .0 // indirect
109
108
gopkg.in/ini.v1 v1.67.0 // indirect
110
109
gopkg.in/yaml.v2 v2.4.0 // indirect
111
110
modernc.org/libc v1.43.1 // indirect
0 commit comments