1
1
module github.com/arduino/arduino-lint
2
2
3
3
go 1.22.9
4
+ toolchain go1.23.6
4
5
5
6
replace github.com/jandelgado/gcov2lcov => github.com/jandelgado/gcov2lcov v1.0.5 // v1.0.4 causes Dependabot updates to fail due to checksum mismatch (likely a moved tag). This is an unused transitive dependency, so version is irrelevant.
6
7
@@ -11,7 +12,7 @@ require (
11
12
github.com/arduino/go-paths-helper v1.12.1
12
13
github.com/arduino/go-properties-orderedmap v1.8.1
13
14
github.com/client9/misspell v0.3.4
14
- github.com/go-git/go-git/v5 v5.13.2
15
+ github.com/go-git/go-git/v5 v5.14.0
15
16
github.com/olekukonko/tablewriter v0.0.5
16
17
github.com/ory/jsonschema/v3 v3.0.4
17
18
github.com/sirupsen/logrus v1.9.3
@@ -25,15 +26,15 @@ require (
25
26
26
27
require (
27
28
dario.cat/mergo v1.0.0 // indirect
28
- github.com/Microsoft/go-winio v0.6.1 // indirect
29
+ github.com/Microsoft/go-winio v0.6.2 // indirect
29
30
github.com/OneOfOne/xxhash v1.2.8 // indirect
30
31
github.com/ProtonMail/go-crypto v1.1.5 // indirect
31
32
github.com/arduino/go-win32-utils v1.0.0 // indirect
32
33
github.com/cespare/xxhash v1.1.0 // indirect
33
- github.com/cloudflare/circl v1.3.7 // indirect
34
+ github.com/cloudflare/circl v1.6.0 // indirect
34
35
github.com/cmaglie/pb v1.0.27 // indirect
35
36
github.com/codeclysm/extract/v4 v4.0.0 // indirect
36
- github.com/cyphar/filepath-securejoin v0.3.6 // indirect
37
+ github.com/cyphar/filepath-securejoin v0.4.1 // indirect
37
38
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
38
39
github.com/dgraph-io/ristretto v0.0.3 // indirect
39
40
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
@@ -44,8 +45,8 @@ require (
44
45
github.com/go-logr/logr v1.2.4 // indirect
45
46
github.com/go-logr/stdr v1.2.2 // indirect
46
47
github.com/gobuffalo/pop/v5 v5.3.3 // indirect
47
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
48
- github.com/golang/protobuf v1.5.3 // indirect
48
+ github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
49
+ github.com/golang/protobuf v1.5.4 // indirect
49
50
github.com/google/uuid v1.3.1 // indirect
50
51
github.com/h2non/filetype v1.1.3 // indirect
51
52
github.com/hashicorp/hcl v1.0.0 // indirect
@@ -76,7 +77,7 @@ require (
76
77
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
77
78
github.com/seatgeek/logrus-gelf-formatter v0.0.0-20210414080842-5b05eb8ff761 // indirect
78
79
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
79
- github.com/skeema/knownhosts v1.3.0 // indirect
80
+ github.com/skeema/knownhosts v1.3.1 // indirect
80
81
github.com/sourcegraph/conc v0.3.0 // indirect
81
82
github.com/spaolacci/murmur3 v1.1.0 // indirect
82
83
github.com/spf13/afero v1.10.0 // indirect
@@ -95,14 +96,14 @@ require (
95
96
go.opentelemetry.io/otel/trace v1.18.0 // indirect
96
97
go.uber.org/atomic v1.9.0 // indirect
97
98
go.uber.org/multierr v1.9.0 // indirect
98
- golang.org/x/crypto v0.32 .0 // indirect
99
+ golang.org/x/crypto v0.35 .0 // indirect
99
100
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
100
101
golang.org/x/mod v0.21.0 // indirect
101
- golang.org/x/net v0.34 .0 // indirect
102
- golang.org/x/sync v0.10 .0 // indirect
103
- golang.org/x/sys v0.29 .0 // indirect
104
- golang.org/x/term v0.28 .0 // indirect
105
- golang.org/x/text v0.21 .0 // indirect
102
+ golang.org/x/net v0.35 .0 // indirect
103
+ golang.org/x/sync v0.11 .0 // indirect
104
+ golang.org/x/sys v0.30 .0 // indirect
105
+ golang.org/x/term v0.29 .0 // indirect
106
+ golang.org/x/text v0.22 .0 // indirect
106
107
golang.org/x/tools v0.25.0 // indirect
107
108
google.golang.org/genproto/googleapis/rpc v0.0.0-20231012201019-e917dd12ba7a // indirect
108
109
google.golang.org/grpc v1.59.0 // indirect
0 commit comments