@@ -4,12 +4,12 @@ go 1.21
4
4
5
5
require (
6
6
github.com/ProtonMail/go-crypto v0.0.0-20230923063757-afb1ddc0824c
7
- github.com/andela/gin-cors v0.0.0-20160928171741-e8c3436a37e2
8
7
github.com/arduino/arduino-cli v0.0.0-20230630155703-fe6d7499eb5e
9
8
github.com/arduino/go-paths-helper v1.10.1
10
9
github.com/blang/semver v3.5.1+incompatible
11
10
github.com/codeclysm/extract/v3 v3.1.1
12
11
github.com/getlantern/systray v1.1.0
12
+ github.com/gin-contrib/cors v1.5.0
13
13
github.com/gin-gonic/gin v1.9.1
14
14
github.com/go-ini/ini v1.62.0
15
15
github.com/googollee/go-socket.io v0.0.0-20181101151912-c8aeb1ed9b49
@@ -28,8 +28,9 @@ require (
28
28
29
29
require (
30
30
github.com/AnatolyRugalev/goregen v0.1.0 // indirect
31
- github.com/bytedance/sonic v1.9.1 // indirect
32
- github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
31
+ github.com/bytedance/sonic v1.10.1 // indirect
32
+ github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
33
+ github.com/chenzhuoyu/iasm v0.9.0 // indirect
33
34
github.com/cloudflare/circl v1.3.3 // indirect
34
35
github.com/creack/goselect v0.1.2 // indirect
35
36
github.com/davecgh/go-spew v1.1.1 // indirect
@@ -45,7 +46,7 @@ require (
45
46
github.com/go-chi/chi/v5 v5.0.10 // indirect
46
47
github.com/go-playground/locales v0.14.1 // indirect
47
48
github.com/go-playground/universal-translator v0.18.1 // indirect
48
- github.com/go-playground/validator/v10 v10.14.0 // indirect
49
+ github.com/go-playground/validator/v10 v10.15.5 // indirect
49
50
github.com/go-stack/stack v1.8.0 // indirect
50
51
github.com/goccy/go-json v0.10.2 // indirect
51
52
github.com/google/go-cmp v0.5.9 // indirect
@@ -57,7 +58,7 @@ require (
57
58
github.com/juju/errors v0.0.0-20200330140219-3fe23663418f // indirect
58
59
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
59
60
github.com/klauspost/compress v1.15.13 // indirect
60
- github.com/klauspost/cpuid/v2 v2.2.4 // indirect
61
+ github.com/klauspost/cpuid/v2 v2.2.5 // indirect
61
62
github.com/kr/binarydist v0.1.0 // indirect
62
63
github.com/leodido/go-urn v1.2.4 // indirect
63
64
github.com/leonelquinteros/gotext v1.4.0 // indirect
@@ -66,14 +67,14 @@ require (
66
67
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
67
68
github.com/modern-go/reflect2 v1.0.2 // indirect
68
69
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
69
- github.com/pelletier/go-toml/v2 v2.0.8 // indirect
70
+ github.com/pelletier/go-toml/v2 v2.1.0 // indirect
70
71
github.com/pmezard/go-difflib v1.0.0 // indirect
71
72
github.com/sergi/go-diff v1.3.1 // indirect
72
73
github.com/smartystreets/goconvey v1.6.4 // indirect
73
74
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
74
75
github.com/ugorji/go v1.1.6 // indirect
75
76
github.com/ulikunitz/xz v0.5.11 // indirect
76
- golang.org/x/arch v0.3 .0 // indirect
77
+ golang.org/x/arch v0.5 .0 // indirect
77
78
golang.org/x/crypto v0.16.0 // indirect
78
79
golang.org/x/mod v0.14.0 // indirect
79
80
golang.org/x/net v0.19.0 // indirect
0 commit comments