Skip to content

Bump github.com/ory/jsonschema/v3 from 3.0.3 to 3.0.4 #279

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .licenses/go/github.com/ory/jsonschema/v3.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/ory/jsonschema/v3
version: v3.0.3
version: v3.0.4
type: go
summary: Package jsonschema provides json-schema compilation and validation.
homepage: https://pkg.go.dev/github.com/ory/jsonschema/v3
Expand Down
2 changes: 2 additions & 0 deletions docsgen/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ go 1.16

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.

replace github.com/oleiade/reflections => github.com/oleiade/reflections v1.0.1 // https://github.com/oleiade/reflections/issues/14

require (
Expand Down
237 changes: 195 additions & 42 deletions docsgen/go.sum

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module github.com/arduino/arduino-lint

go 1.16

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.

replace github.com/oleiade/reflections => github.com/oleiade/reflections v1.0.1 // https://github.com/oleiade/reflections/issues/14

require (
Expand All @@ -15,12 +17,11 @@ require (
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
github.com/gliderlabs/ssh v0.3.1 // indirect
github.com/go-git/go-git/v5 v5.4.2
github.com/golang/gddo v0.0.0-20201207183808-b853219a4332 // indirect
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/h2non/filetype v1.1.0 // indirect
github.com/juju/testing v0.0.0-20201030020617-7189b3728523 // indirect
github.com/olekukonko/tablewriter v0.0.5
github.com/ory/jsonschema/v3 v3.0.3
github.com/ory/jsonschema/v3 v3.0.4
github.com/sirupsen/logrus v1.8.1
github.com/smartystreets/assertions v1.2.0 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
Expand Down
237 changes: 195 additions & 42 deletions go.sum

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions ruledocsgen/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ go 1.16

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.3.0
github.com/arduino/arduino-lint v0.0.0
Expand Down
237 changes: 195 additions & 42 deletions ruledocsgen/go.sum

Large diffs are not rendered by default.