1
1
module github.com/wailsapp/wails/v2
2
2
3
- go 1.21
3
+ go 1.22.0
4
+
5
+ toolchain go1.23.4
4
6
5
7
require (
6
8
github.com/Masterminds/semver v1.5.0
@@ -10,7 +12,7 @@ require (
10
12
github.com/charmbracelet/glamour v0.5.0
11
13
github.com/flytam/filenamify v1.0.0
12
14
github.com/fsnotify/fsnotify v1.4.9
13
- github.com/go-git/go-git/v5 v5.11.0
15
+ github.com/go-git/go-git/v5 v5.13.1
14
16
github.com/go-ole/go-ole v1.2.6
15
17
github.com/godbus/dbus/v5 v5.1.0
16
18
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
@@ -32,39 +34,39 @@ require (
32
34
github.com/pterm/pterm v0.12.49
33
35
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
34
36
github.com/samber/lo v1.38.1
35
- github.com/stretchr/testify v1.9 .0
37
+ github.com/stretchr/testify v1.10 .0
36
38
github.com/tc-hib/winres v0.2.1
37
39
github.com/tidwall/sjson v1.1.7
38
40
github.com/tkrajina/go-reflector v0.5.6
39
41
github.com/wailsapp/go-webview2 v1.0.18
40
42
github.com/wailsapp/mimetype v1.4.1
41
43
github.com/wzshiming/ctc v1.2.3
42
- golang.org/x/mod v0.14 .0
43
- golang.org/x/net v0.25 .0
44
- golang.org/x/sys v0.27 .0
45
- golang.org/x/tools v0.17 .0
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
46
48
)
47
49
48
50
require (
49
51
atomicgo.dev/cursor v0.1.1 // indirect
50
52
atomicgo.dev/keyboard v0.2.8 // indirect
51
53
bitbucket.org/creachadair/shell v0.0.7 // indirect
52
- dario.cat/mergo v1.0.0 // indirect
53
- github.com/Microsoft/go-winio v0.6.1 // indirect
54
- github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
54
+ dario.cat/mergo v1.0.1 // indirect
55
+ github.com/Microsoft/go-winio v0.6.2 // indirect
56
+ github.com/ProtonMail/go-crypto v1.1.5 // indirect
55
57
github.com/StackExchange/wmi v1.2.1 // indirect
56
58
github.com/alecthomas/chroma v0.10.0 // indirect
57
59
github.com/aymerick/douceur v0.2.0 // indirect
58
- github.com/cloudflare/circl v1.3.7 // indirect
60
+ github.com/cloudflare/circl v1.5.0 // indirect
59
61
github.com/containerd/console v1.0.3 // indirect
60
- github.com/cyphar/filepath-securejoin v0.2.4 // indirect
62
+ github.com/cyphar/filepath-securejoin v0.4.0 // indirect
61
63
github.com/davecgh/go-spew v1.1.1 // indirect
62
64
github.com/dlclark/regexp2 v1.4.0 // indirect
63
65
github.com/emirpasic/gods v1.18.1 // indirect
64
66
github.com/ghodss/yaml v1.0.0 // indirect
65
67
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
66
- github.com/go-git/go-billy/v5 v5.5.0 // indirect
67
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
68
+ github.com/go-git/go-billy/v5 v5.6.2 // indirect
69
+ github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
68
70
github.com/gookit/color v1.5.2 // indirect
69
71
github.com/gorilla/css v1.0.0 // indirect
70
72
github.com/jaypipes/pcidb v1.0.0 // indirect
@@ -78,15 +80,16 @@ require (
78
80
github.com/mattn/go-runewidth v0.0.13 // indirect
79
81
github.com/microcosm-cc/bluemonday v1.0.17 // indirect
80
82
github.com/mitchellh/go-homedir v1.1.0 // indirect
83
+ github.com/mmcloughlin/avo v0.6.0 // indirect
81
84
github.com/muesli/reflow v0.3.0 // indirect
82
85
github.com/muesli/termenv v0.9.0 // indirect
83
86
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
84
87
github.com/olekukonko/tablewriter v0.0.5 // indirect
85
- github.com/pjbgf/sha1cd v0.3.0 // indirect
88
+ github.com/pjbgf/sha1cd v0.3.1 // indirect
86
89
github.com/pmezard/go-difflib v1.0.0 // indirect
87
90
github.com/rivo/uniseg v0.4.4 // indirect
88
- github.com/sergi/go-diff v1.2.0 // indirect
89
- github.com/skeema/knownhosts v1.2.1 // indirect
91
+ github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
92
+ github.com/skeema/knownhosts v1.3.0 // indirect
90
93
github.com/tidwall/gjson v1.9.3 // indirect
91
94
github.com/tidwall/match v1.1.1 // indirect
92
95
github.com/tidwall/pretty v1.2.0 // indirect
@@ -97,11 +100,12 @@ require (
97
100
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
98
101
github.com/yuin/goldmark v1.4.13 // indirect
99
102
github.com/yuin/goldmark-emoji v1.0.1 // indirect
100
- golang.org/x/crypto v0.23.0 // indirect
101
- golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 // indirect
102
- golang.org/x/image v0.12.0 // indirect
103
- golang.org/x/term v0.20.0 // indirect
104
- golang.org/x/text v0.15.0 // indirect
103
+ golang.org/x/crypto v0.32.0 // indirect
104
+ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
105
+ golang.org/x/image v0.23.0 // indirect
106
+ golang.org/x/sync v0.10.0 // indirect
107
+ golang.org/x/term v0.28.0 // indirect
108
+ golang.org/x/text v0.21.0 // indirect
105
109
gopkg.in/warnings.v0 v0.1.2 // indirect
106
110
gopkg.in/yaml.v2 v2.4.0 // indirect
107
111
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments