@@ -7,43 +7,44 @@ toolchain go1.21.4
7
7
require github.com/wailsapp/wails/v3 v3.0.0-alpha.0
8
8
9
9
require (
10
- github.com/Microsoft/go-winio v0.4.16 // indirect
10
+ dario.cat/mergo v1.0.0 // indirect
11
+ github.com/Microsoft/go-winio v0.6.1 // indirect
12
+ github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
11
13
github.com/bep/debounce v1.2.1 // indirect
14
+ github.com/cloudflare/circl v1.3.3 // indirect
15
+ github.com/cyphar/filepath-securejoin v0.2.4 // indirect
12
16
github.com/ebitengine/purego v0.4.0-alpha.4 // indirect
13
- github.com/emirpasic/gods v1.12.0 // indirect
14
- github.com/go-git/gcfg v1.5.0 // indirect
15
- github.com/go-git/go-billy/v5 v5.2 .0 // indirect
16
- github.com/go-git/go-git/v5 v5.3 .0 // indirect
17
+ github.com/emirpasic/gods v1.18.1 // indirect
18
+ github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
19
+ github.com/go-git/go-billy/v5 v5.5 .0 // indirect
20
+ github.com/go-git/go-git/v5 v5.11 .0 // indirect
17
21
github.com/go-ole/go-ole v1.2.6 // indirect
18
22
github.com/godbus/dbus/v5 v5.1.0 // indirect
23
+ github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
19
24
github.com/google/uuid v1.3.0 // indirect
20
- github.com/imdario/mergo v0.3.12 // indirect
21
25
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
22
26
github.com/jchv/go-winloader v0.0.0-20210711035445-715c2860da7e // indirect
23
- github.com/json-iterator/go v1.1.12 // indirect
24
- github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
25
- github.com/kr/pretty v0.3.1 // indirect
27
+ github.com/kevinburke/ssh_config v1.2.0 // indirect
26
28
github.com/leaanthony/go-ansi-parser v1.6.1 // indirect
27
29
github.com/leaanthony/u v1.1.0 // indirect
28
30
github.com/lmittmann/tint v1.0.3 // indirect
29
31
github.com/mattn/go-colorable v0.1.13 // indirect
30
32
github.com/mattn/go-isatty v0.0.19 // indirect
31
- github.com/mitchellh/go-homedir v1.1.0 // indirect
32
- github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
33
- github.com/modern-go/reflect2 v1.0.2 // indirect
33
+ github.com/pjbgf/sha1cd v0.3.0 // indirect
34
34
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
35
35
github.com/rivo/uniseg v0.4.4 // indirect
36
- github.com/rogpeppe/go-internal v1.10.1-0.20230524175051-ec119421bb97 // indirect
37
36
github.com/samber/lo v1.38.1 // indirect
38
37
github.com/sergi/go-diff v1.2.0 // indirect
39
- github.com/stretchr/testify v1.8.4 // indirect
38
+ github.com/skeema/knownhosts v1.2.1 // indirect
40
39
github.com/wailsapp/go-webview2 v1.0.9 // indirect
41
40
github.com/wailsapp/mimetype v1.4.1 // indirect
42
- github.com/xanzy/ssh-agent v0.3.0 // indirect
43
- golang.org/x/crypto v0.9 .0 // indirect
41
+ github.com/xanzy/ssh-agent v0.3.3 // indirect
42
+ golang.org/x/crypto v0.16 .0 // indirect
44
43
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect
45
- golang.org/x/net v0.10.0 // indirect
46
- golang.org/x/sys v0.14.0 // indirect
44
+ golang.org/x/mod v0.12.0 // indirect
45
+ golang.org/x/net v0.19.0 // indirect
46
+ golang.org/x/sys v0.15.0 // indirect
47
+ golang.org/x/tools v0.13.0 // indirect
47
48
gopkg.in/warnings.v0 v0.1.2 // indirect
48
49
)
49
50
0 commit comments