Skip to content

Commit 93a427a

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.3.6 to 1.3.7. - [Release notes](https://github.com/JohannesKaufmann/html-to-markdown/releases) - [Commits](JohannesKaufmann/html-to-markdown@v1.3.6...v1.3.7) --- 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] <[email protected]>
1 parent 3880194 commit 93a427a

File tree

2 files changed

+68
-19
lines changed

2 files changed

+68
-19
lines changed

ruledocsgen/go.mod

+7-7
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.3.6
10+
github.com/JohannesKaufmann/html-to-markdown v1.3.7
1111
github.com/arduino/arduino-lint v0.0.0
1212
github.com/arduino/go-paths-helper v1.8.0
1313
github.com/olekukonko/tablewriter v0.0.5
@@ -82,12 +82,12 @@ require (
8282
go.opentelemetry.io/otel/metric v0.20.0 // indirect
8383
go.opentelemetry.io/otel/trace v0.20.0 // indirect
8484
golang.org/x/crypto v0.3.0 // indirect
85-
golang.org/x/mod v0.6.0 // indirect
86-
golang.org/x/net v0.7.0 // indirect
87-
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
88-
golang.org/x/sys v0.5.0 // indirect
89-
golang.org/x/text v0.7.0 // indirect
90-
golang.org/x/tools v0.2.0 // indirect
85+
golang.org/x/mod v0.8.0 // indirect
86+
golang.org/x/net v0.8.0 // indirect
87+
golang.org/x/sync v0.1.0 // indirect
88+
golang.org/x/sys v0.6.0 // indirect
89+
golang.org/x/text v0.8.0 // indirect
90+
golang.org/x/tools v0.6.0 // indirect
9191
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
9292
google.golang.org/grpc v1.42.0 // indirect
9393
google.golang.org/protobuf v1.27.1 // indirect

0 commit comments

Comments
 (0)