Skip to content

Commit 377f600

Browse files
Bump github.com/JohannesKaufmann/html-to-markdown in /ruledocsgen
Bumps [github.com/JohannesKaufmann/html-to-markdown](https://github.com/JohannesKaufmann/html-to-markdown) from 1.4.0 to 1.4.2. - [Release notes](https://github.com/JohannesKaufmann/html-to-markdown/releases) - [Commits](JohannesKaufmann/html-to-markdown@v1.4.0...v1.4.2) --- updated-dependencies: - dependency-name: github.com/JohannesKaufmann/html-to-markdown dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 868c6cc commit 377f600

File tree

2 files changed

+1295
-13
lines changed

2 files changed

+1295
-13
lines changed

ruledocsgen/go.mod

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/arduino/arduino-lint => ../
77
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.
88

99
require (
10-
github.com/JohannesKaufmann/html-to-markdown v1.4.0
10+
github.com/JohannesKaufmann/html-to-markdown v1.4.2
1111
github.com/arduino/arduino-lint v0.0.0
1212
github.com/arduino/go-paths-helper v1.10.0
1313
github.com/olekukonko/tablewriter v0.0.5
@@ -83,12 +83,12 @@ require (
8383
go.opentelemetry.io/otel v1.18.0 // indirect
8484
go.opentelemetry.io/otel/metric v1.18.0 // indirect
8585
go.opentelemetry.io/otel/trace v1.18.0 // indirect
86-
golang.org/x/crypto v0.14.0 // indirect
86+
golang.org/x/crypto v0.15.0 // indirect
8787
golang.org/x/mod v0.8.0 // indirect
88-
golang.org/x/net v0.17.0 // indirect
88+
golang.org/x/net v0.18.0 // indirect
8989
golang.org/x/sync v0.1.0 // indirect
90-
golang.org/x/sys v0.13.0 // indirect
91-
golang.org/x/text v0.13.0 // indirect
90+
golang.org/x/sys v0.14.0 // indirect
91+
golang.org/x/text v0.14.0 // indirect
9292
golang.org/x/tools v0.6.0 // indirect
9393
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
9494
google.golang.org/grpc v1.56.3 // indirect

0 commit comments

Comments
 (0)