Skip to content

Commit d793a85

Browse files
Bump github.com/ory/jsonschema/v3 from 3.0.1 to 3.0.3
Bumps [github.com/ory/jsonschema/v3](https://github.com/ory/jsonschema) from 3.0.1 to 3.0.3. - [Release notes](https://github.com/ory/jsonschema/releases) - [Commits](ory/jsonschema@v3.0.1...v3.0.3) --- updated-dependencies: - dependency-name: github.com/ory/jsonschema/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2be415b commit d793a85

File tree

2 files changed

+194
-22
lines changed

2 files changed

+194
-22
lines changed

go.mod

+1-7
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ require (
1212
github.com/arduino/go-properties-orderedmap v1.6.0
1313
github.com/client9/misspell v0.3.4
1414
github.com/daaku/go.zipexe v1.0.1 // indirect
15-
github.com/dgraph-io/ristretto v0.0.3 // indirect
1615
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
1716
github.com/gliderlabs/ssh v0.3.1 // indirect
1817
github.com/go-git/go-git/v5 v5.4.2
@@ -21,11 +20,7 @@ require (
2120
github.com/h2non/filetype v1.1.0 // indirect
2221
github.com/juju/testing v0.0.0-20201030020617-7189b3728523 // indirect
2322
github.com/olekukonko/tablewriter v0.0.5
24-
github.com/ory/go-acc v0.2.6 // indirect
25-
github.com/ory/herodot v0.9.1 // indirect
26-
github.com/ory/jsonschema/v3 v3.0.1
27-
github.com/ory/x v0.0.168 // indirect
28-
github.com/pborman/uuid v1.2.1 // indirect
23+
github.com/ory/jsonschema/v3 v3.0.3
2924
github.com/sirupsen/logrus v1.8.1
3025
github.com/smartystreets/assertions v1.2.0 // indirect
3126
github.com/spaolacci/murmur3 v1.1.0 // indirect
@@ -35,6 +30,5 @@ require (
3530
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
3631
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
3732
go.bug.st/relaxed-semver v0.0.0-20190922224835-391e10178d18
38-
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.14.0 // indirect
3933
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect
4034
)

0 commit comments

Comments
 (0)