Skip to content

Bump github.com/JohannesKaufmann/html-to-markdown from 1.4.0 to 1.5.0 in /ruledocsgen #674

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ruledocsgen/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replace github.com/arduino/arduino-lint => ../
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.

require (
github.com/JohannesKaufmann/html-to-markdown v1.4.0
github.com/JohannesKaufmann/html-to-markdown v1.5.0
github.com/arduino/arduino-lint v0.0.0
github.com/arduino/go-paths-helper v1.12.0
github.com/olekukonko/tablewriter v0.0.5
Expand Down Expand Up @@ -85,7 +85,7 @@ require (
go.opentelemetry.io/otel/trace v1.18.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
Expand Down
Loading