Skip to content

Commit

Permalink
Bump github.com/JohannesKaufmann/html-to-markdown in /ruledocsgen
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 7, 2023
1 parent 868c6cc commit 377f600
Show file tree
Hide file tree
Showing 2 changed files with 1,295 additions and 13 deletions.
10 changes: 5 additions & 5 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.4.2
github.com/arduino/arduino-lint v0.0.0
github.com/arduino/go-paths-helper v1.10.0
github.com/olekukonko/tablewriter v0.0.5
Expand Down Expand Up @@ -83,12 +83,12 @@ require (
go.opentelemetry.io/otel v1.18.0 // indirect
go.opentelemetry.io/otel/metric v1.18.0 // indirect
go.opentelemetry.io/otel/trace v1.18.0 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/crypto v0.15.0 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/net v0.18.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.6.0 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/grpc v1.56.3 // indirect
Expand Down
Loading

0 comments on commit 377f600

Please sign in to comment.