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.6.0.
- [Release notes](https://github.com/JohannesKaufmann/html-to-markdown/releases)
- [Commits](JohannesKaufmann/html-to-markdown@v1.4.0...v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/JohannesKaufmann/html-to-markdown
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 5, 2024
1 parent 8be3f47 commit ada6779
Show file tree
Hide file tree
Showing 2 changed files with 1,316 additions and 19 deletions.
12 changes: 6 additions & 6 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.6.0
github.com/arduino/arduino-lint v0.0.0
github.com/arduino/go-paths-helper v1.12.1
github.com/olekukonko/tablewriter v0.0.5
Expand Down Expand Up @@ -62,7 +62,7 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/pmylund/sortutil v0.0.0-20120526081524-abeda66eb583 // indirect
github.com/seatgeek/logrus-gelf-formatter v0.0.0-20210414080842-5b05eb8ff761 // indirect
github.com/sergi/go-diff v1.2.0 // indirect
github.com/sergi/go-diff v1.3.1 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/skeema/knownhosts v1.1.1 // indirect
github.com/spf13/afero v1.6.0 // indirect
Expand All @@ -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.17.0 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/net v0.25.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
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.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 ada6779

Please sign in to comment.