@@ -4,36 +4,37 @@ go 1.18
4
4
5
5
require (
6
6
github.com/atotto/clipboard v0.1.4
7
- github.com/gin-gonic/gin v1.9.0
7
+ github.com/gin-gonic/gin v1.9.1
8
8
github.com/otiai10/copy v1.11.0
9
- github.com/wailsapp/wails/v2 v2.4 .1
9
+ github.com/wailsapp/wails/v2 v2.5 .1
10
10
)
11
11
12
12
require (
13
13
github.com/bep/debounce v1.2.1 // indirect
14
- github.com/bytedance/sonic v1.8.8 // indirect
14
+ github.com/bytedance/sonic v1.9.1 // indirect
15
15
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
16
+ github.com/gabriel-vasile/mimetype v1.4.2 // indirect
16
17
github.com/gin-contrib/sse v0.1.0 // indirect
17
18
github.com/go-ole/go-ole v1.2.6 // indirect
18
19
github.com/go-playground/locales v0.14.1 // indirect
19
20
github.com/go-playground/universal-translator v0.18.1 // indirect
20
- github.com/go-playground/validator/v10 v10.13.0 // indirect
21
+ github.com/go-playground/validator/v10 v10.14.1 // indirect
21
22
github.com/goccy/go-json v0.10.2 // indirect
22
23
github.com/google/uuid v1.3.0 // indirect
23
24
github.com/jchv/go-winloader v0.0.0-20210711035445-715c2860da7e // indirect
24
25
github.com/json-iterator/go v1.1.12 // indirect
25
- github.com/klauspost/cpuid/v2 v2.2.4 // indirect
26
+ github.com/klauspost/cpuid/v2 v2.2.5 // indirect
26
27
github.com/labstack/echo/v4 v4.10.2 // indirect
27
28
github.com/labstack/gommon v0.4.0 // indirect
28
- github.com/leaanthony/go-ansi-parser v1.6.0 // indirect
29
+ github.com/leaanthony/go-ansi-parser v1.6.1 // indirect
29
30
github.com/leaanthony/gosod v1.0.3 // indirect
30
31
github.com/leaanthony/slicer v1.6.0 // indirect
31
32
github.com/leodido/go-urn v1.2.4 // indirect
32
33
github.com/mattn/go-colorable v0.1.13 // indirect
33
- github.com/mattn/go-isatty v0.0.18 // indirect
34
+ github.com/mattn/go-isatty v0.0.19 // indirect
34
35
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
35
36
github.com/modern-go/reflect2 v1.0.2 // indirect
36
- github.com/pelletier/go-toml/v2 v2.0.7 // indirect
37
+ github.com/pelletier/go-toml/v2 v2.0.8 // indirect
37
38
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
38
39
github.com/pkg/errors v0.9.1 // indirect
39
40
github.com/rivo/uniseg v0.4.4 // indirect
@@ -45,11 +46,11 @@ require (
45
46
github.com/valyala/fasttemplate v1.2.2 // indirect
46
47
github.com/wailsapp/mimetype v1.4.1 // indirect
47
48
golang.org/x/arch v0.3.0 // indirect
48
- golang.org/x/crypto v0.9 .0 // indirect
49
- golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea // indirect
50
- golang.org/x/net v0.10 .0 // indirect
51
- golang.org/x/sys v0.8 .0 // indirect
52
- golang.org/x/text v0.9 .0 // indirect
49
+ golang.org/x/crypto v0.10 .0 // indirect
50
+ golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 // indirect
51
+ golang.org/x/net v0.11 .0 // indirect
52
+ golang.org/x/sys v0.9 .0 // indirect
53
+ golang.org/x/text v0.10 .0 // indirect
53
54
google.golang.org/protobuf v1.30.0 // indirect
54
55
gopkg.in/yaml.v3 v3.0.1 // indirect
55
56
)
0 commit comments