Skip to content

Commit fdc0505

Browse files
authored
Merge pull request #263 from carolynvs/ditch-fork
Remove jsonschema fork
2 parents 9f2498b + 4dc5874 commit fdc0505

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

go.mod

+1-6
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ module github.com/cnabio/cnab-go
22

33
go 1.13
44

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-
105
require (
116
github.com/Masterminds/semver v1.5.0
127
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 // indirect
@@ -42,7 +37,7 @@ require (
4237
github.com/pivotal/image-relocation v0.0.0-20191111101224-e94aff6df06c
4338
github.com/pkg/errors v0.9.1
4439
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
4641
github.com/stretchr/testify v1.6.1
4742
github.com/theupdateframework/notary v0.6.1 // indirect
4843
github.com/xeipuuv/gojsonschema v1.2.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b/go.mod h1:obH5gd0Bsq
115115
github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0/go.mod h1:D/8v3kj0zr8ZAKg1AQ6crr+5VwKN5eIywRkfhyM/+dE=
116116
github.com/bugsnag/panicwrap v1.2.0 h1:OzrKrRvXis8qEvOkfcxNcYbOd2O7xXS2nnKMEMABFQA=
117117
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=
120118
github.com/cenkalti/backoff v2.2.1+incompatible h1:tNowT99t7UNflLxfYYSlKYsBpXdEet03Pg2g16Swow4=
121119
github.com/cenkalti/backoff v2.2.1+incompatible/go.mod h1:90ReRw6GdpyfrHakVjL/QHaoyV4aDUVVkXQJJJ3NXXM=
122120
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
668666
github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU=
669667
github.com/qri-io/jsonpointer v0.1.1 h1:prVZBZLL6TW5vsSB9fFHFAMBLI4b0ri5vribQlTJiBA=
670668
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=
671671
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4=
672672
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg=
673673
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=

0 commit comments

Comments
 (0)