Skip to content

Commit bbb3a03

Browse files
committed
Update deps
1 parent 8abcd81 commit bbb3a03

File tree

2 files changed

+64
-57
lines changed

2 files changed

+64
-57
lines changed

v3/go.mod

+22-19
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ require (
77
github.com/adrg/xdg v0.5.3
88
github.com/atterpac/refresh v0.8.6
99
github.com/bep/debounce v1.2.1
10-
github.com/charmbracelet/glamour v0.8.0
10+
github.com/charmbracelet/glamour v0.9.0
1111
github.com/ebitengine/purego v0.8.2
1212
github.com/go-git/go-git/v5 v5.13.2
1313
github.com/go-ole/go-ole v1.3.0
1414
github.com/godbus/dbus/v5 v5.1.0
15-
github.com/google/go-cmp v0.6.0
15+
github.com/google/go-cmp v0.7.0
1616
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
1717
github.com/google/uuid v1.6.0
18-
github.com/goreleaser/nfpm/v2 v2.41.2
18+
github.com/goreleaser/nfpm/v2 v2.41.3
1919
github.com/jackmordaunt/icns/v2 v2.2.7
2020
github.com/jaypipes/ghw v0.13.0
2121
github.com/leaanthony/clir v1.7.0
@@ -32,19 +32,22 @@ require (
3232
github.com/pterm/pterm v0.12.80
3333
github.com/samber/lo v1.49.1
3434
github.com/tc-hib/winres v0.3.1
35-
github.com/wailsapp/go-webview2 v1.0.19
35+
github.com/wailsapp/go-webview2 v1.0.21
3636
github.com/wailsapp/mimetype v1.4.1
3737
github.com/wailsapp/task/v3 v3.40.1-patched3
38-
golang.org/x/sys v0.30.0
39-
golang.org/x/term v0.29.0
40-
golang.org/x/tools v0.30.0
38+
golang.org/x/sys v0.31.0
39+
golang.org/x/term v0.30.0
40+
golang.org/x/tools v0.31.0
4141
gopkg.in/ini.v1 v1.67.0
4242
gopkg.in/yaml.v3 v3.0.1
43-
modernc.org/sqlite v1.35.0
43+
modernc.org/sqlite v1.36.0
4444
)
4545

4646
require (
4747
atomicgo.dev/schedule v0.1.0 // indirect
48+
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
49+
github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect
50+
github.com/charmbracelet/x/term v0.2.1 // indirect
4851
github.com/ncruces/go-strftime v0.1.9 // indirect
4952
)
5053

@@ -59,15 +62,15 @@ require (
5962
github.com/Masterminds/semver/v3 v3.3.1 // indirect
6063
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
6164
github.com/Microsoft/go-winio v0.6.2 // indirect
62-
github.com/ProtonMail/go-crypto v1.1.5 // indirect
65+
github.com/ProtonMail/go-crypto v1.1.6 // indirect
6366
github.com/StackExchange/wmi v1.2.1 // indirect
6467
github.com/alecthomas/chroma/v2 v2.15.0 // indirect
6568
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
6669
github.com/aymerick/douceur v0.2.0 // indirect
6770
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb // indirect
6871
github.com/cavaliergopher/cpio v1.0.1 // indirect
6972
github.com/chainguard-dev/git-urls v1.0.2 // indirect
70-
github.com/charmbracelet/lipgloss v1.0.0 // indirect
73+
github.com/charmbracelet/lipgloss v1.1.0 // indirect
7174
github.com/charmbracelet/x/ansi v0.8.0 // indirect
7275
github.com/cloudflare/circl v1.6.0 // indirect
7376
github.com/containerd/console v1.0.4 // indirect
@@ -95,7 +98,7 @@ require (
9598
github.com/jchv/go-winloader v0.0.0-20210711035445-715c2860da7e // indirect
9699
github.com/joho/godotenv v1.5.1 // indirect
97100
github.com/kevinburke/ssh_config v1.2.0 // indirect
98-
github.com/klauspost/compress v1.17.11 // indirect
101+
github.com/klauspost/compress v1.18.0 // indirect
99102
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
100103
github.com/klauspost/pgzip v1.2.6 // indirect
101104
github.com/lithammer/fuzzysearch v1.1.8 // indirect
@@ -109,7 +112,7 @@ require (
109112
github.com/mitchellh/reflectwalk v1.0.2 // indirect
110113
github.com/muesli/cancelreader v0.2.2 // indirect
111114
github.com/muesli/reflow v0.3.0 // indirect
112-
github.com/muesli/termenv v0.15.3-0.20240618155329-98d742f6907a // indirect
115+
github.com/muesli/termenv v0.16.0 // indirect
113116
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
114117
github.com/pjbgf/sha1cd v0.3.2 // indirect
115118
github.com/radovskyb/watcher v1.0.7 // indirect
@@ -126,22 +129,22 @@ require (
126129
github.com/xanzy/ssh-agent v0.3.3 // indirect
127130
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
128131
github.com/yuin/goldmark v1.7.8 // indirect
129-
github.com/yuin/goldmark-emoji v1.0.4 // indirect
132+
github.com/yuin/goldmark-emoji v1.0.5 // indirect
130133
github.com/zeebo/xxh3 v1.0.2 // indirect
131134
gitlab.com/digitalxero/go-conventional-commit v1.0.7 // indirect
132-
golang.org/x/crypto v0.33.0 // indirect
135+
golang.org/x/crypto v0.36.0 // indirect
133136
golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac // indirect
134137
golang.org/x/exp/typeparams v0.0.0-20250210185358-939b2ce775ac
135138
golang.org/x/image v0.24.0 // indirect
136-
golang.org/x/mod v0.23.0 // indirect
137-
golang.org/x/net v0.35.0 // indirect
138-
golang.org/x/sync v0.11.0 // indirect
139-
golang.org/x/text v0.22.0 // indirect
139+
golang.org/x/mod v0.24.0 // indirect
140+
golang.org/x/net v0.37.0 // indirect
141+
golang.org/x/sync v0.12.0 // indirect
142+
golang.org/x/text v0.23.0 // indirect
140143
gopkg.in/warnings.v0 v0.1.2 // indirect
141144
gopkg.in/yaml.v2 v2.4.0 // indirect
142145
howett.net/plist v1.0.1 // indirect
143146
modernc.org/libc v1.61.13 // indirect
144147
modernc.org/mathutil v1.7.1 // indirect
145148
modernc.org/memory v1.8.2 // indirect
146149
mvdan.cc/sh/v3 v3.10.0 // indirect
147-
)
150+
)

0 commit comments

Comments
 (0)