Skip to content

Commit 1fb6403

Browse files
committed
v2.10
1 parent ba01492 commit 1fb6403

File tree

589 files changed

+44827
-223
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

589 files changed

+44827
-223
lines changed

v2/cmd/wails/internal/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.9.2
1+
v2.10

v2/go.mod

+44-49
Original file line numberDiff line numberDiff line change
@@ -1,116 +1,111 @@
11
module github.com/wailsapp/wails/v2
22

3-
go 1.23
4-
5-
toolchain go1.23.4
3+
go 1.22.0
64

75
require (
86
github.com/Masterminds/semver v1.5.0
97
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
108
github.com/bep/debounce v1.2.1
119
github.com/bitfield/script v0.24.0
1210
github.com/charmbracelet/glamour v0.8.0
13-
github.com/flytam/filenamify v1.0.0
14-
github.com/fsnotify/fsnotify v1.4.9
15-
github.com/go-git/go-git/v5 v5.13.1
16-
github.com/go-ole/go-ole v1.2.6
11+
github.com/flytam/filenamify v1.2.0
12+
github.com/fsnotify/fsnotify v1.8.0
13+
github.com/go-git/go-git/v5 v5.13.2
14+
github.com/go-ole/go-ole v1.3.0
1715
github.com/godbus/dbus/v5 v5.1.0
1816
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
19-
github.com/google/uuid v1.3.0
17+
github.com/google/uuid v1.6.0
2018
github.com/jackmordaunt/icns v1.0.0
21-
github.com/jaypipes/ghw v0.12.0
22-
github.com/labstack/echo/v4 v4.10.2
23-
github.com/labstack/gommon v0.4.0
19+
github.com/jaypipes/ghw v0.13.0
20+
github.com/labstack/echo/v4 v4.13.3
21+
github.com/labstack/gommon v0.4.2
2422
github.com/leaanthony/clir v1.3.0
2523
github.com/leaanthony/debme v1.2.1
26-
github.com/leaanthony/go-ansi-parser v1.6.0
27-
github.com/leaanthony/gosod v1.0.3
24+
github.com/leaanthony/go-ansi-parser v1.6.1
25+
github.com/leaanthony/gosod v1.0.4
2826
github.com/leaanthony/slicer v1.6.0
29-
github.com/leaanthony/u v1.1.0
27+
github.com/leaanthony/u v1.1.1
3028
github.com/leaanthony/winicon v1.0.0
31-
github.com/matryer/is v1.4.0
32-
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
29+
github.com/matryer/is v1.4.1
30+
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
3331
github.com/pkg/errors v0.9.1
34-
github.com/pterm/pterm v0.12.49
32+
github.com/pterm/pterm v0.12.80
3533
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
36-
github.com/samber/lo v1.38.1
34+
github.com/samber/lo v1.49.1
3735
github.com/stretchr/testify v1.10.0
38-
github.com/tc-hib/winres v0.2.1
39-
github.com/tidwall/sjson v1.1.7
40-
github.com/tkrajina/go-reflector v0.5.6
41-
github.com/wailsapp/go-webview2 v1.0.18
36+
github.com/tc-hib/winres v0.3.1
37+
github.com/tidwall/sjson v1.2.5
38+
github.com/tkrajina/go-reflector v0.5.8
39+
github.com/wailsapp/go-webview2 v1.0.19
4240
github.com/wailsapp/mimetype v1.4.1
4341
github.com/wzshiming/ctc v1.2.3
44-
golang.org/x/mod v0.22.0
45-
golang.org/x/net v0.34.0
46-
golang.org/x/sys v0.29.0
47-
golang.org/x/tools v0.29.0
42+
golang.org/x/mod v0.23.0
43+
golang.org/x/net v0.35.0
44+
golang.org/x/sys v0.30.0
45+
golang.org/x/tools v0.30.0
4846
)
4947

5048
require (
51-
atomicgo.dev/cursor v0.1.1 // indirect
52-
atomicgo.dev/keyboard v0.2.8 // indirect
53-
dario.cat/mergo v1.0.1 // indirect
54-
github.com/Microsoft/go-winio v0.6.2 // indirect
49+
atomicgo.dev/cursor v0.2.0 // indirect
50+
atomicgo.dev/keyboard v0.2.9 // indirect
51+
atomicgo.dev/schedule v0.1.0 // indirect
52+
dario.cat/mergo v1.0.0 // indirect
53+
github.com/Microsoft/go-winio v0.6.1 // indirect
5554
github.com/ProtonMail/go-crypto v1.1.5 // indirect
5655
github.com/StackExchange/wmi v1.2.1 // indirect
5756
github.com/alecthomas/chroma/v2 v2.14.0 // indirect
5857
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
5958
github.com/aymerick/douceur v0.2.0 // indirect
6059
github.com/charmbracelet/lipgloss v0.12.1 // indirect
6160
github.com/charmbracelet/x/ansi v0.1.4 // indirect
62-
github.com/cloudflare/circl v1.5.0 // indirect
61+
github.com/cloudflare/circl v1.3.7 // indirect
6362
github.com/containerd/console v1.0.3 // indirect
64-
github.com/cyphar/filepath-securejoin v0.4.0 // indirect
63+
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
6564
github.com/davecgh/go-spew v1.1.1 // indirect
6665
github.com/dlclark/regexp2 v1.11.0 // indirect
6766
github.com/emirpasic/gods v1.18.1 // indirect
68-
github.com/ghodss/yaml v1.0.0 // indirect
6967
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
7068
github.com/go-git/go-billy/v5 v5.6.2 // indirect
71-
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
72-
github.com/gookit/color v1.5.2 // indirect
69+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
70+
github.com/gookit/color v1.5.4 // indirect
7371
github.com/gorilla/css v1.0.1 // indirect
7472
github.com/itchyny/gojq v0.12.13 // indirect
7573
github.com/itchyny/timefmt-go v0.1.5 // indirect
76-
github.com/jaypipes/pcidb v1.0.0 // indirect
74+
github.com/jaypipes/pcidb v1.0.1 // indirect
7775
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
7876
github.com/jchv/go-winloader v0.0.0-20210711035445-715c2860da7e // indirect
7977
github.com/kevinburke/ssh_config v1.2.0 // indirect
80-
github.com/lithammer/fuzzysearch v1.1.5 // indirect
78+
github.com/lithammer/fuzzysearch v1.1.8 // indirect
8179
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
8280
github.com/mattn/go-colorable v0.1.13 // indirect
8381
github.com/mattn/go-isatty v0.0.20 // indirect
84-
github.com/mattn/go-runewidth v0.0.15 // indirect
82+
github.com/mattn/go-runewidth v0.0.16 // indirect
8583
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
8684
github.com/mitchellh/go-homedir v1.1.0 // indirect
87-
github.com/mmcloughlin/avo v0.6.0 // indirect
8885
github.com/muesli/reflow v0.3.0 // indirect
8986
github.com/muesli/termenv v0.15.3-0.20240618155329-98d742f6907a // indirect
9087
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
91-
github.com/pjbgf/sha1cd v0.3.1 // indirect
88+
github.com/pjbgf/sha1cd v0.3.2 // indirect
9289
github.com/pmezard/go-difflib v1.0.0 // indirect
9390
github.com/rivo/uniseg v0.4.7 // indirect
9491
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
9592
github.com/skeema/knownhosts v1.3.0 // indirect
96-
github.com/tidwall/gjson v1.9.3 // indirect
93+
github.com/tidwall/gjson v1.14.2 // indirect
9794
github.com/tidwall/match v1.1.1 // indirect
9895
github.com/tidwall/pretty v1.2.0 // indirect
9996
github.com/valyala/bytebufferpool v1.0.0 // indirect
10097
github.com/valyala/fasttemplate v1.2.2 // indirect
10198
github.com/wzshiming/winseq v0.0.0-20200112104235-db357dc107ae // indirect
10299
github.com/xanzy/ssh-agent v0.3.3 // indirect
103-
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
100+
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
104101
github.com/yuin/goldmark v1.7.4 // indirect
105102
github.com/yuin/goldmark-emoji v1.0.3 // indirect
106-
golang.org/x/crypto v0.32.0 // indirect
107-
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
108-
golang.org/x/image v0.23.0 // indirect
109-
golang.org/x/sync v0.10.0 // indirect
110-
golang.org/x/term v0.28.0 // indirect
111-
golang.org/x/text v0.21.0 // indirect
103+
golang.org/x/crypto v0.33.0 // indirect
104+
golang.org/x/image v0.12.0 // indirect
105+
golang.org/x/sync v0.11.0 // indirect
106+
golang.org/x/term v0.29.0 // indirect
107+
golang.org/x/text v0.22.0 // indirect
112108
gopkg.in/warnings.v0 v0.1.2 // indirect
113-
gopkg.in/yaml.v2 v2.4.0 // indirect
114109
gopkg.in/yaml.v3 v3.0.1 // indirect
115110
howett.net/plist v1.0.0 // indirect
116111
mvdan.cc/sh/v3 v3.7.0 // indirect

0 commit comments

Comments
 (0)