Skip to content

Commit ba6d6b3

Browse files
Bump github.com/go-git/go-git/v5 from 5.13.2 to 5.14.0
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.13.2 to 5.14.0. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](go-git/go-git@v5.13.2...v5.14.0) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 28053aa commit ba6d6b3

File tree

2 files changed

+46
-48
lines changed

2 files changed

+46
-48
lines changed

go.mod

+14-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/arduino/arduino-lint
22

33
go 1.22.9
4+
toolchain go1.23.6
45

56
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.
67

@@ -11,7 +12,7 @@ require (
1112
github.com/arduino/go-paths-helper v1.12.1
1213
github.com/arduino/go-properties-orderedmap v1.8.1
1314
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
1516
github.com/olekukonko/tablewriter v0.0.5
1617
github.com/ory/jsonschema/v3 v3.0.4
1718
github.com/sirupsen/logrus v1.9.3
@@ -25,15 +26,15 @@ require (
2526

2627
require (
2728
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
2930
github.com/OneOfOne/xxhash v1.2.8 // indirect
3031
github.com/ProtonMail/go-crypto v1.1.5 // indirect
3132
github.com/arduino/go-win32-utils v1.0.0 // indirect
3233
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
3435
github.com/cmaglie/pb v1.0.27 // indirect
3536
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
3738
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3839
github.com/dgraph-io/ristretto v0.0.3 // indirect
3940
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
@@ -44,8 +45,8 @@ require (
4445
github.com/go-logr/logr v1.2.4 // indirect
4546
github.com/go-logr/stdr v1.2.2 // indirect
4647
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
4950
github.com/google/uuid v1.3.1 // indirect
5051
github.com/h2non/filetype v1.1.3 // indirect
5152
github.com/hashicorp/hcl v1.0.0 // indirect
@@ -76,7 +77,7 @@ require (
7677
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
7778
github.com/seatgeek/logrus-gelf-formatter v0.0.0-20210414080842-5b05eb8ff761 // indirect
7879
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
8081
github.com/sourcegraph/conc v0.3.0 // indirect
8182
github.com/spaolacci/murmur3 v1.1.0 // indirect
8283
github.com/spf13/afero v1.10.0 // indirect
@@ -95,14 +96,14 @@ require (
9596
go.opentelemetry.io/otel/trace v1.18.0 // indirect
9697
go.uber.org/atomic v1.9.0 // indirect
9798
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
99100
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
100101
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
106107
golang.org/x/tools v0.25.0 // indirect
107108
google.golang.org/genproto/googleapis/rpc v0.0.0-20231012201019-e917dd12ba7a // indirect
108109
google.golang.org/grpc v1.59.0 // indirect

0 commit comments

Comments
 (0)