Skip to content

Commit 9eeaf76

Browse files
authored
Merge pull request #279 from arduino/dependabot/go_modules/github.com/ory/jsonschema/v3-3.0.4
Bump github.com/ory/jsonschema/v3 from 3.0.3 to 3.0.4
2 parents 8746575 + 6ab2070 commit 9eeaf76

File tree

7 files changed

+593
-129
lines changed

7 files changed

+593
-129
lines changed

.licenses/go/github.com/ory/jsonschema/v3.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/ory/jsonschema/v3
3-
version: v3.0.3
3+
version: v3.0.4
44
type: go
55
summary: Package jsonschema provides json-schema compilation and validation.
66
homepage: https://pkg.go.dev/github.com/ory/jsonschema/v3

docsgen/go.mod

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ go 1.16
55

66
replace github.com/arduino/arduino-lint => ../
77

8+
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.
9+
810
replace github.com/oleiade/reflections => github.com/oleiade/reflections v1.0.1 // https://github.com/oleiade/reflections/issues/14
911

1012
require (

docsgen/go.sum

+195-42
Large diffs are not rendered by default.

go.mod

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module github.com/arduino/arduino-lint
22

33
go 1.16
44

5+
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.
6+
57
replace github.com/oleiade/reflections => github.com/oleiade/reflections v1.0.1 // https://github.com/oleiade/reflections/issues/14
68

79
require (
@@ -15,12 +17,11 @@ require (
1517
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
1618
github.com/gliderlabs/ssh v0.3.1 // indirect
1719
github.com/go-git/go-git/v5 v5.4.2
18-
github.com/golang/gddo v0.0.0-20201207183808-b853219a4332 // indirect
1920
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
2021
github.com/h2non/filetype v1.1.0 // indirect
2122
github.com/juju/testing v0.0.0-20201030020617-7189b3728523 // indirect
2223
github.com/olekukonko/tablewriter v0.0.5
23-
github.com/ory/jsonschema/v3 v3.0.3
24+
github.com/ory/jsonschema/v3 v3.0.4
2425
github.com/sirupsen/logrus v1.8.1
2526
github.com/smartystreets/assertions v1.2.0 // indirect
2627
github.com/spaolacci/murmur3 v1.1.0 // indirect

go.sum

+195-42
Large diffs are not rendered by default.

ruledocsgen/go.mod

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ go 1.16
44

55
replace github.com/arduino/arduino-lint => ../
66

7+
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.
8+
79
require (
810
github.com/JohannesKaufmann/html-to-markdown v1.3.0
911
github.com/arduino/arduino-lint v0.0.0

ruledocsgen/go.sum

+195-42
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)