Skip to content

Commit c13135a

Browse files
authored
Merge pull request #590 from rusq/bump-deps
Bump dependencies
2 parents 4dfed05 + 63b23fa commit c13135a

File tree

2 files changed

+96
-32
lines changed

2 files changed

+96
-32
lines changed

go.mod

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,28 @@ go 1.24.2
55
retract v3.1.2 // broken build
66

77
require (
8-
github.com/BurntSushi/toml v1.5.0
8+
github.com/BurntSushi/toml v1.6.0
99
github.com/MercuryEngineering/CookieMonster v0.0.0-20180304172713-1584578b3403
1010
github.com/ProtonMail/go-crypto v1.3.0
1111
github.com/charmbracelet/bubbles v0.21.1-0.20250623103423-23b8fd6302d7
1212
github.com/charmbracelet/bubbletea v1.3.10
1313
github.com/charmbracelet/huh v0.8.0
14-
github.com/charmbracelet/huh/spinner v0.0.0-20250714122654-40d2b68703eb
14+
github.com/charmbracelet/huh/spinner v0.0.0-20251215014908-6f7d32faaff3
1515
github.com/charmbracelet/lipgloss v1.1.0
1616
github.com/enescakir/emoji v1.0.0
1717
github.com/fatih/color v1.18.0
18-
github.com/go-chi/chi/v5 v5.2.2
18+
github.com/go-chi/chi/v5 v5.2.3
1919
github.com/go-playground/locales v0.14.1
2020
github.com/go-playground/universal-translator v0.18.1
21-
github.com/go-playground/validator/v10 v10.27.0
21+
github.com/go-playground/validator/v10 v10.30.1
2222
github.com/go-rod/rod v0.116.2
2323
github.com/google/uuid v1.6.0
2424
github.com/jmoiron/sqlx v1.4.0
2525
github.com/joho/godotenv v1.5.1
2626
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
27-
github.com/playwright-community/playwright-go v0.5200.0
28-
github.com/pressly/goose/v3 v3.24.3
29-
github.com/pterm/pterm v0.12.81
27+
github.com/playwright-community/playwright-go v0.5200.1
28+
github.com/pressly/goose/v3 v3.26.0
29+
github.com/pterm/pterm v0.12.82
3030
github.com/rusq/chttp v1.1.0
3131
github.com/rusq/encio v0.2.0
3232
github.com/rusq/fsadapter v1.1.0
@@ -36,17 +36,17 @@ require (
3636
github.com/rusq/slackauth v0.7.1
3737
github.com/rusq/tagops v0.1.1
3838
github.com/rusq/tracer v1.0.1
39-
github.com/schollz/progressbar/v3 v3.18.0
39+
github.com/schollz/progressbar/v3 v3.19.0
4040
github.com/sosodev/duration v1.3.1
41-
github.com/stretchr/testify v1.10.0
41+
github.com/stretchr/testify v1.11.1
4242
github.com/yuin/goldmark v1.7.13
4343
github.com/yuin/goldmark-emoji v1.0.6
44-
go.uber.org/mock v0.5.2
45-
golang.org/x/sync v0.18.0
46-
golang.org/x/term v0.37.0
47-
golang.org/x/text v0.31.0
48-
golang.org/x/time v0.12.0
49-
modernc.org/sqlite v1.38.2
44+
go.uber.org/mock v0.6.0
45+
golang.org/x/sync v0.19.0
46+
golang.org/x/term v0.38.0
47+
golang.org/x/text v0.32.0
48+
golang.org/x/time v0.14.0
49+
modernc.org/sqlite v1.41.0
5050
src.elv.sh v0.21.0
5151
)
5252

@@ -58,25 +58,25 @@ require (
5858
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
5959
github.com/caiguanhao/readqr v1.0.0 // indirect
6060
github.com/catppuccin/go v0.3.0 // indirect
61-
github.com/charmbracelet/colorprofile v0.3.3 // indirect
62-
github.com/charmbracelet/x/ansi v0.11.1 // indirect
61+
github.com/charmbracelet/colorprofile v0.4.1 // indirect
62+
github.com/charmbracelet/x/ansi v0.11.3 // indirect
6363
github.com/charmbracelet/x/cellbuf v0.0.14 // indirect
64-
github.com/charmbracelet/x/exp/strings v0.0.0-20251118172736-77d017256798 // indirect
64+
github.com/charmbracelet/x/exp/strings v0.0.0-20251215102626-e0db08df7383 // indirect
6565
github.com/charmbracelet/x/term v0.2.2 // indirect
66-
github.com/clipperhouse/displaywidth v0.6.0 // indirect
66+
github.com/clipperhouse/displaywidth v0.6.2 // indirect
6767
github.com/clipperhouse/stringish v0.1.1 // indirect
6868
github.com/clipperhouse/uax29/v2 v2.3.0 // indirect
69-
github.com/cloudflare/circl v1.6.1 // indirect
69+
github.com/cloudflare/circl v1.6.2 // indirect
7070
github.com/containerd/console v1.0.5 // indirect
7171
github.com/davecgh/go-spew v1.1.1 // indirect
7272
github.com/deckarep/golang-set/v2 v2.8.0 // indirect
7373
github.com/denisbrodbeck/machineid v1.0.1 // indirect
7474
github.com/dustin/go-humanize v1.0.1 // indirect
7575
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
76-
github.com/gabriel-vasile/mimetype v1.4.9 // indirect
76+
github.com/gabriel-vasile/mimetype v1.4.12 // indirect
7777
github.com/go-jose/go-jose/v3 v3.0.4 // indirect
7878
github.com/go-stack/stack v1.8.1 // indirect
79-
github.com/gookit/color v1.5.4 // indirect
79+
github.com/gookit/color v1.6.0 // indirect
8080
github.com/gorilla/websocket v1.5.3 // indirect
8181
github.com/kr/text v0.2.0 // indirect
8282
github.com/leodido/go-urn v1.4.0 // indirect
@@ -92,7 +92,7 @@ require (
9292
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
9393
github.com/muesli/cancelreader v0.2.2 // indirect
9494
github.com/muesli/termenv v0.16.0 // indirect
95-
github.com/ncruces/go-strftime v0.1.9 // indirect
95+
github.com/ncruces/go-strftime v1.0.0 // indirect
9696
github.com/pmezard/go-difflib v1.0.0 // indirect
9797
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
9898
github.com/rivo/uniseg v0.4.7 // indirect
@@ -101,19 +101,19 @@ require (
101101
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
102102
github.com/ysmood/fetchup v0.3.0 // indirect
103103
github.com/ysmood/goob v0.4.0 // indirect
104-
github.com/ysmood/got v0.41.0 // indirect
104+
github.com/ysmood/got v0.42.3 // indirect
105105
github.com/ysmood/gson v0.7.3 // indirect
106106
github.com/ysmood/leakless v0.9.0 // indirect
107107
go.uber.org/multierr v1.11.0 // indirect
108-
golang.org/x/crypto v0.45.0 // indirect
109-
golang.org/x/exp v0.0.0-20250808145144-a408d31f581a // indirect
110-
golang.org/x/mod v0.29.0 // indirect
111-
golang.org/x/net v0.47.0 // indirect
112-
golang.org/x/sys v0.38.0 // indirect
113-
golang.org/x/tools v0.38.0 // indirect
114-
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
108+
golang.org/x/crypto v0.46.0 // indirect
109+
golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93 // indirect
110+
golang.org/x/mod v0.31.0 // indirect
111+
golang.org/x/net v0.48.0 // indirect
112+
golang.org/x/sys v0.39.0 // indirect
113+
golang.org/x/tools v0.40.0 // indirect
114+
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
115115
gopkg.in/yaml.v3 v3.0.1 // indirect
116-
modernc.org/libc v1.66.6 // indirect
116+
modernc.org/libc v1.67.2 // indirect
117117
modernc.org/mathutil v1.7.1 // indirect
118118
modernc.org/memory v1.11.0 // indirect
119119
)

0 commit comments

Comments
 (0)