Skip to content

Commit 9e9da3c

Browse files
authored
Merge pull request #507 from arduino/dependabot/go_modules/ruledocsgen/github.com/JohannesKaufmann/html-to-markdown-1.3.7
Bump github.com/JohannesKaufmann/html-to-markdown from 1.3.6 to 1.3.7 in /ruledocsgen
2 parents ade6fde + f8057c4 commit 9e9da3c

File tree

11 files changed

+54
-46
lines changed

11 files changed

+54
-46
lines changed

.licenses/ruledocsgen/go/github.com/JohannesKaufmann/html-to-markdown/escape.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: github.com/JohannesKaufmann/html-to-markdown/escape
3-
version: v1.3.6
3+
version: v1.3.7
44
type: go
55
summary: Package escape escapes characters that are commonly used in markdown like
66
the * for strong/italic.
77
homepage: https://pkg.go.dev/github.com/JohannesKaufmann/html-to-markdown/escape
88
license: mit
99
licenses:
10-
- sources: html-to-markdown@v1.3.6/LICENSE
10+
- sources: html-to-markdown@v1.3.7/LICENSE
1111
text: |
1212
MIT License
1313
@@ -30,6 +30,6 @@ licenses:
3030
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3131
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3232
SOFTWARE.
33-
- sources: html-to-markdown@v1.3.6/README.md
33+
- sources: html-to-markdown@v1.3.7/README.md
3434
text: This project is licensed under the terms of the MIT license.
3535
notices: []

.licenses/ruledocsgen/go/golang.org/x/net/context.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: golang.org/x/net/context
3-
version: v0.7.0
3+
version: v0.8.0
44
type: go
55
summary: Package context defines the Context type, which carries deadlines, cancelation
66
signals, and other request-scoped values across API boundaries and between processes.
77
homepage: https://pkg.go.dev/golang.org/x/net/context
88
license: bsd-3-clause
99
licenses:
10-
- sources: net@v0.7.0/LICENSE
10+
- sources: net@v0.8.0/LICENSE
1111
text: |
1212
Copyright (c) 2009 The Go Authors. All rights reserved.
1313
@@ -36,7 +36,7 @@ licenses:
3636
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3737
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3838
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39-
- sources: net@v0.7.0/PATENTS
39+
- sources: net@v0.8.0/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

.licenses/ruledocsgen/go/golang.org/x/net/http2.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/net/http2
3-
version: v0.7.0
3+
version: v0.8.0
44
type: go
55
summary: Package http2 implements the HTTP/2 protocol.
66
homepage: https://pkg.go.dev/golang.org/x/net/http2
77
license: bsd-3-clause
88
licenses:
9-
- sources: net@v0.7.0/LICENSE
9+
- sources: net@v0.8.0/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: net@v0.7.0/PATENTS
38+
- sources: net@v0.8.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/ruledocsgen/go/golang.org/x/net/internal/socks.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/net/internal/socks
3-
version: v0.7.0
3+
version: v0.8.0
44
type: go
55
summary: Package socks provides a SOCKS version 5 client implementation.
66
homepage: https://pkg.go.dev/golang.org/x/net/internal/socks
77
license: bsd-3-clause
88
licenses:
9-
- sources: net@v0.7.0/LICENSE
9+
- sources: net@v0.8.0/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: net@v0.7.0/PATENTS
38+
- sources: net@v0.8.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/ruledocsgen/go/golang.org/x/net/internal/timeseries.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/net/internal/timeseries
3-
version: v0.7.0
3+
version: v0.8.0
44
type: go
55
summary: Package timeseries implements a time series structure for stats collection.
66
homepage: https://pkg.go.dev/golang.org/x/net/internal/timeseries
77
license: bsd-3-clause
88
licenses:
9-
- sources: net@v0.7.0/LICENSE
9+
- sources: net@v0.8.0/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: net@v0.7.0/PATENTS
38+
- sources: net@v0.8.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/ruledocsgen/go/golang.org/x/net/proxy.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: golang.org/x/net/proxy
3-
version: v0.7.0
3+
version: v0.8.0
44
type: go
55
summary: Package proxy provides support for a variety of protocols to proxy network
66
data.
77
homepage: https://pkg.go.dev/golang.org/x/net/proxy
88
license: bsd-3-clause
99
licenses:
10-
- sources: net@v0.7.0/LICENSE
10+
- sources: net@v0.8.0/LICENSE
1111
text: |
1212
Copyright (c) 2009 The Go Authors. All rights reserved.
1313
@@ -36,7 +36,7 @@ licenses:
3636
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3737
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3838
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39-
- sources: net@v0.7.0/PATENTS
39+
- sources: net@v0.8.0/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

.licenses/ruledocsgen/go/golang.org/x/net/trace.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/net/trace
3-
version: v0.7.0
3+
version: v0.8.0
44
type: go
55
summary: Package trace implements tracing of requests and long-lived objects.
66
homepage: https://pkg.go.dev/golang.org/x/net/trace
77
license: bsd-3-clause
88
licenses:
9-
- sources: net@v0.7.0/LICENSE
9+
- sources: net@v0.8.0/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: net@v0.7.0/PATENTS
38+
- sources: net@v0.8.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/ruledocsgen/go/golang.org/x/sys/execabs.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: golang.org/x/sys/execabs
3-
version: v0.5.0
3+
version: v0.6.0
44
type: go
55
summary: Package execabs is a drop-in replacement for os/exec that requires PATH lookups
66
to find absolute paths.
77
homepage: https://pkg.go.dev/golang.org/x/sys/execabs
88
license: bsd-3-clause
99
licenses:
10-
- sources: sys@v0.5.0/LICENSE
10+
- sources: sys@v0.6.0/LICENSE
1111
text: |
1212
Copyright (c) 2009 The Go Authors. All rights reserved.
1313
@@ -36,7 +36,7 @@ licenses:
3636
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3737
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3838
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39-
- sources: sys@v0.5.0/PATENTS
39+
- sources: sys@v0.6.0/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

.licenses/ruledocsgen/go/golang.org/x/sys/unix.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/sys/unix
3-
version: v0.5.0
3+
version: v0.6.0
44
type: go
55
summary: Package unix contains an interface to the low-level operating system primitives.
66
homepage: https://pkg.go.dev/golang.org/x/sys/unix
77
license: bsd-3-clause
88
licenses:
9-
- sources: sys@v0.5.0/LICENSE
9+
- sources: sys@v0.6.0/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: sys@v0.5.0/PATENTS
38+
- sources: sys@v0.6.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

ruledocsgen/go.mod

Lines changed: 7 additions & 7 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.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)