@@ -16,7 +16,7 @@ require (
16
16
17
17
require (
18
18
github.com/Microsoft/go-winio v0.5.2 // indirect
19
- github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
19
+ github.com/ProtonMail/go-crypto v0.0.0-20230518184743-7afd39499903 // indirect
20
20
github.com/acomagu/bufpipe v1.0.4 // indirect
21
21
github.com/arduino/arduino-cli v0.0.0-20201210103408-bf7a3194bb63 // indirect
22
22
github.com/arduino/go-paths-helper v1.9.1 // indirect
@@ -32,15 +32,16 @@ require (
32
32
github.com/dgraph-io/ristretto v0.0.3 // indirect
33
33
github.com/emirpasic/gods v1.18.1 // indirect
34
34
github.com/fsnotify/fsnotify v1.5.1 // indirect
35
- github.com/go-git/gcfg v1.5.0 // indirect
35
+ github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
36
36
github.com/go-git/go-billy/v5 v5.4.1 // indirect
37
- github.com/go-git/go-git/v5 v5.6.1 // indirect
37
+ github.com/go-git/go-git/v5 v5.7.0 // indirect
38
38
github.com/gobuffalo/pop/v5 v5.3.3 // indirect
39
+ github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
39
40
github.com/golang/protobuf v1.5.2 // indirect
40
41
github.com/google/uuid v1.2.0 // indirect
41
42
github.com/h2non/filetype v1.1.0 // indirect
42
43
github.com/hashicorp/hcl v1.0.0 // indirect
43
- github.com/imdario/mergo v0.3.13 // indirect
44
+ github.com/imdario/mergo v0.3.15 // indirect
44
45
github.com/inconshreveable/mousetrap v1.1.0 // indirect
45
46
github.com/jandelgado/gcov2lcov v1.0.4 // indirect
46
47
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
@@ -65,7 +66,7 @@ require (
65
66
github.com/seatgeek/logrus-gelf-formatter v0.0.0-20210414080842-5b05eb8ff761 // indirect
66
67
github.com/sergi/go-diff v1.1.0 // indirect
67
68
github.com/sirupsen/logrus v1.9.3 // indirect
68
- github.com/skeema/knownhosts v1.1.0 // indirect
69
+ github.com/skeema/knownhosts v1.1.1 // indirect
69
70
github.com/spf13/afero v1.6.0 // indirect
70
71
github.com/spf13/cast v1.4.1 // indirect
71
72
github.com/spf13/jwalterweatherman v1.1.0 // indirect
@@ -85,13 +86,13 @@ require (
85
86
go.opentelemetry.io/otel v0.20.0 // indirect
86
87
go.opentelemetry.io/otel/metric v0.20.0 // indirect
87
88
go.opentelemetry.io/otel/trace v0.20.0 // indirect
88
- golang.org/x/crypto v0.6 .0 // indirect
89
- golang.org/x/mod v0.6 .0 // indirect
90
- golang.org/x/net v0.7 .0 // indirect
91
- golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
92
- golang.org/x/sys v0.5 .0 // indirect
93
- golang.org/x/text v0.7 .0 // indirect
94
- golang.org/x/tools v0.2 .0 // indirect
89
+ golang.org/x/crypto v0.9 .0 // indirect
90
+ golang.org/x/mod v0.8 .0 // indirect
91
+ golang.org/x/net v0.10 .0 // indirect
92
+ golang.org/x/sync v0.1.0 // indirect
93
+ golang.org/x/sys v0.8 .0 // indirect
94
+ golang.org/x/text v0.9 .0 // indirect
95
+ golang.org/x/tools v0.6 .0 // indirect
95
96
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
96
97
google.golang.org/grpc v1.42.0 // indirect
97
98
google.golang.org/protobuf v1.27.1 // indirect
0 commit comments