@@ -7,15 +7,15 @@ require (
7
7
github.com/adrg/xdg v0.5.3
8
8
github.com/atterpac/refresh v0.8.6
9
9
github.com/bep/debounce v1.2.1
10
- github.com/charmbracelet/glamour v0.8 .0
10
+ github.com/charmbracelet/glamour v0.9 .0
11
11
github.com/ebitengine/purego v0.8.2
12
12
github.com/go-git/go-git/v5 v5.13.2
13
13
github.com/go-ole/go-ole v1.3.0
14
14
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
16
16
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
17
17
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
19
19
github.com/jackmordaunt/icns/v2 v2.2.7
20
20
github.com/jaypipes/ghw v0.13.0
21
21
github.com/leaanthony/clir v1.7.0
@@ -32,19 +32,22 @@ require (
32
32
github.com/pterm/pterm v0.12.80
33
33
github.com/samber/lo v1.49.1
34
34
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
36
36
github.com/wailsapp/mimetype v1.4.1
37
37
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
41
41
gopkg.in/ini.v1 v1.67.0
42
42
gopkg.in/yaml.v3 v3.0.1
43
- modernc.org/sqlite v1.35 .0
43
+ modernc.org/sqlite v1.36 .0
44
44
)
45
45
46
46
require (
47
47
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
48
51
github.com/ncruces/go-strftime v0.1.9 // indirect
49
52
)
50
53
@@ -59,15 +62,15 @@ require (
59
62
github.com/Masterminds/semver/v3 v3.3.1 // indirect
60
63
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
61
64
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
63
66
github.com/StackExchange/wmi v1.2.1 // indirect
64
67
github.com/alecthomas/chroma/v2 v2.15.0 // indirect
65
68
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
66
69
github.com/aymerick/douceur v0.2.0 // indirect
67
70
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb // indirect
68
71
github.com/cavaliergopher/cpio v1.0.1 // indirect
69
72
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
71
74
github.com/charmbracelet/x/ansi v0.8.0 // indirect
72
75
github.com/cloudflare/circl v1.6.0 // indirect
73
76
github.com/containerd/console v1.0.4 // indirect
@@ -95,7 +98,7 @@ require (
95
98
github.com/jchv/go-winloader v0.0.0-20210711035445-715c2860da7e // indirect
96
99
github.com/joho/godotenv v1.5.1 // indirect
97
100
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
99
102
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
100
103
github.com/klauspost/pgzip v1.2.6 // indirect
101
104
github.com/lithammer/fuzzysearch v1.1.8 // indirect
@@ -109,7 +112,7 @@ require (
109
112
github.com/mitchellh/reflectwalk v1.0.2 // indirect
110
113
github.com/muesli/cancelreader v0.2.2 // indirect
111
114
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
113
116
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
114
117
github.com/pjbgf/sha1cd v0.3.2 // indirect
115
118
github.com/radovskyb/watcher v1.0.7 // indirect
@@ -126,22 +129,22 @@ require (
126
129
github.com/xanzy/ssh-agent v0.3.3 // indirect
127
130
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
128
131
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
130
133
github.com/zeebo/xxh3 v1.0.2 // indirect
131
134
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
133
136
golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac // indirect
134
137
golang.org/x/exp/typeparams v0.0.0-20250210185358-939b2ce775ac
135
138
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
140
143
gopkg.in/warnings.v0 v0.1.2 // indirect
141
144
gopkg.in/yaml.v2 v2.4.0 // indirect
142
145
howett.net/plist v1.0.1 // indirect
143
146
modernc.org/libc v1.61.13 // indirect
144
147
modernc.org/mathutil v1.7.1 // indirect
145
148
modernc.org/memory v1.8.2 // indirect
146
149
mvdan.cc/sh/v3 v3.10.0 // indirect
147
- )
150
+ )
0 commit comments