File tree 2 files changed +3
-8
lines changed
2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,6 @@ module github.com/cnabio/cnab-go
2
2
3
3
go 1.13
4
4
5
- // Make our use of jsonschema thread-safe
6
- // Upstream Issue: https://github.com/qri-io/jsonschema/issues/80
7
- // Local Fix: https://github.com/carolynvs/jsonschema/tree/local-keyword-registry
8
- replace github.com/qri-io/jsonschema => github.com/carolynvs/jsonschema v0.2.1-0.20210602145235-283986347fba
9
-
10
5
require (
11
6
github.com/Masterminds/semver v1.5.0
12
7
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 // indirect
@@ -42,7 +37,7 @@ require (
42
37
github.com/pivotal/image-relocation v0.0.0-20191111101224-e94aff6df06c
43
38
github.com/pkg/errors v0.9.1
44
39
github.com/qri-io/jsonpointer v0.1.1
45
- github.com/qri-io/jsonschema v0.2.1 -0.20201028142641-08d62a2939dc
40
+ github.com/qri-io/jsonschema v0.2.2 -0.20210723092138-2eb22ee8115f
46
41
github.com/stretchr/testify v1.6.1
47
42
github.com/theupdateframework/notary v0.6.1 // indirect
48
43
github.com/xeipuuv/gojsonschema v1.2.0
Original file line number Diff line number Diff line change @@ -115,8 +115,6 @@ github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b/go.mod h1:obH5gd0Bsq
115
115
github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0 /go.mod h1:D/8v3kj0zr8ZAKg1AQ6crr+5VwKN5eIywRkfhyM/+dE =
116
116
github.com/bugsnag/panicwrap v1.2.0 h1:OzrKrRvXis8qEvOkfcxNcYbOd2O7xXS2nnKMEMABFQA =
117
117
github.com/bugsnag/panicwrap v1.2.0 /go.mod h1:D/8v3kj0zr8ZAKg1AQ6crr+5VwKN5eIywRkfhyM/+dE =
118
- github.com/carolynvs/jsonschema v0.2.1-0.20210602145235-283986347fba h1:mjN+V+g5m08sWxTlQ2UNj2kdO4FLH1AuDS0l/2aIw7U =
119
- github.com/carolynvs/jsonschema v0.2.1-0.20210602145235-283986347fba /go.mod h1:g7DPkiOsK1xv6T/Ao5scXRkd+yTFygcANPBaaqW+VrI =
120
118
github.com/cenkalti/backoff v2.2.1+incompatible h1:tNowT99t7UNflLxfYYSlKYsBpXdEet03Pg2g16Swow4 =
121
119
github.com/cenkalti/backoff v2.2.1+incompatible /go.mod h1:90ReRw6GdpyfrHakVjL/QHaoyV4aDUVVkXQJJJ3NXXM =
122
120
github.com/census-instrumentation/opencensus-proto v0.2.1 /go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU =
@@ -668,6 +666,8 @@ github.com/prometheus/procfs v0.2.0/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4O
668
666
github.com/prometheus/tsdb v0.7.1 /go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU =
669
667
github.com/qri-io/jsonpointer v0.1.1 h1:prVZBZLL6TW5vsSB9fFHFAMBLI4b0ri5vribQlTJiBA =
670
668
github.com/qri-io/jsonpointer v0.1.1 /go.mod h1:DnJPaYgiKu56EuDp8TU5wFLdZIcAnb/uH9v37ZaMV64 =
669
+ github.com/qri-io/jsonschema v0.2.2-0.20210723092138-2eb22ee8115f h1:fG/BLRtlFDgCs/dvPjiAN3v2Mrkr1KRWkEdXj20UwLY =
670
+ github.com/qri-io/jsonschema v0.2.2-0.20210723092138-2eb22ee8115f /go.mod h1:g7DPkiOsK1xv6T/Ao5scXRkd+yTFygcANPBaaqW+VrI =
671
671
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a /go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4 =
672
672
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af /go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg =
673
673
github.com/rogpeppe/go-internal v1.3.0 /go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4 =
You can’t perform that action at this time.
0 commit comments