Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ada6779

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.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>
1 parent 8be3f47 commit ada6779

File tree

2 files changed

+1316
-19
lines changed

2 files changed

+1316
-19
lines changed

‎ruledocsgen/go.mod‎

Lines changed: 6 additions & 6 deletions
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.6.0
1111
github.com/arduino/arduino-lint v0.0.0
1212
github.com/arduino/go-paths-helper v1.12.1
1313
github.com/olekukonko/tablewriter v0.0.5
@@ -62,7 +62,7 @@ require (
6262
github.com/pmezard/go-difflib v1.0.0 // indirect
6363
github.com/pmylund/sortutil v0.0.0-20120526081524-abeda66eb583 // indirect
6464
github.com/seatgeek/logrus-gelf-formatter v0.0.0-20210414080842-5b05eb8ff761 // indirect
65-
github.com/sergi/go-diff v1.2.0 // indirect
65+
github.com/sergi/go-diff v1.3.1 // indirect
6666
github.com/sirupsen/logrus v1.9.3 // indirect
6767
github.com/skeema/knownhosts v1.1.1 // indirect
6868
github.com/spf13/afero v1.6.0 // indirect
@@ -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.17.0 // indirect
86+
golang.org/x/crypto v0.23.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.25.0 // indirect
8989
golang.org/x/sync v0.1.0 // indirect
90-
golang.org/x/sys v0.15.0 // indirect
91-
golang.org/x/text v0.14.0 // indirect
90+
golang.org/x/sys v0.20.0 // indirect
91+
golang.org/x/text v0.15.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)

AltStyle によって変換されたページ (->オリジナル) /