Skip to content

Commit 49a950b

Browse files
chore(deps): bump the all group with 6 updates (#307)
1 parent 3e55a1b commit 49a950b

File tree

2 files changed

+66
-68
lines changed

2 files changed

+66
-68
lines changed

go.mod

+18-19
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ require (
88
github.com/PuerkitoBio/goquery v1.9.2
99
github.com/avast/retry-go v3.0.0+incompatible
1010
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
1515
github.com/charmbracelet/log v0.4.0
1616
github.com/cli/browser v1.3.0
1717
github.com/dghubble/sling v1.4.2
@@ -30,8 +30,8 @@ require (
3030
github.com/k3a/html2text v1.2.1
3131
github.com/mitchellh/go-homedir v1.1.0
3232
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
3535
github.com/spf13/cobra v1.8.1
3636
github.com/spf13/viper v1.19.0
3737
github.com/tidwall/gjson v1.17.3
@@ -40,7 +40,7 @@ require (
4040
)
4141

4242
require (
43-
github.com/alecthomas/chroma/v2 v2.8.0 // indirect
43+
github.com/alecthomas/chroma/v2 v2.14.0 // indirect
4444
github.com/andybalholm/cascadia v1.3.2 // indirect
4545
github.com/atotto/clipboard v0.1.4 // indirect
4646
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
@@ -73,15 +73,14 @@ require (
7373
github.com/mattn/go-colorable v0.1.13 // indirect
7474
github.com/mattn/go-isatty v0.0.20 // indirect
7575
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
7777
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
7979
github.com/mitchellh/mapstructure v1.5.0 // indirect
8080
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
8181
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
8383
github.com/ncruces/go-strftime v0.1.9 // indirect
84-
github.com/olekukonko/tablewriter v0.0.5 // indirect
8584
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
8685
github.com/rivo/uniseg v0.4.7 // indirect
8786
github.com/sagikazarmark/locafero v0.4.0 // indirect
@@ -95,17 +94,17 @@ require (
9594
github.com/tidwall/match v1.1.1 // indirect
9695
github.com/tidwall/pretty v1.2.1 // indirect
9796
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
10099
github.com/zalando/go-keyring v0.2.3 // indirect
101100
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
103102
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
109108
gopkg.in/ini.v1 v1.67.0 // indirect
110109
gopkg.in/yaml.v2 v2.4.0 // indirect
111110
modernc.org/libc v1.43.1 // indirect

0 commit comments

Comments
 (0)