Skip to content

Commit 7c7208f

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] <support@github.com>
1 parent 7374379 commit 7c7208f

File tree

2 files changed

+206
-48
lines changed

2 files changed

+206
-48
lines changed

go.mod

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,44 +12,27 @@ 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
1918
github.com/golang/gddo v0.0.0-20201207183808-b853219a4332 // indirect
2019
github.com/golang/protobuf v1.4.3 // indirect
21-
github.com/google/go-cmp v0.5.4 // indirect
2220
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
2321
github.com/h2non/filetype v1.1.0 // indirect
2422
github.com/juju/testing v0.0.0-20201030020617-7189b3728523 // indirect
25-
github.com/magiconair/properties v1.8.4 // indirect
26-
github.com/mitchellh/mapstructure v1.4.0 // indirect
2723
github.com/olekukonko/tablewriter v0.0.5
28-
github.com/ory/go-acc v0.2.6 // indirect
29-
github.com/ory/herodot v0.9.1 // indirect
30-
github.com/ory/jsonschema/v3 v3.0.1
31-
github.com/ory/x v0.0.168 // indirect
32-
github.com/pborman/uuid v1.2.1 // indirect
33-
github.com/pelletier/go-toml v1.8.1 // indirect
24+
github.com/ory/jsonschema/v3 v3.0.3
3425
github.com/sirupsen/logrus v1.8.1
3526
github.com/smartystreets/assertions v1.2.0 // indirect
3627
github.com/spaolacci/murmur3 v1.1.0 // indirect
37-
github.com/spf13/afero v1.5.1 // indirect
38-
github.com/spf13/cobra v1.1.1
28+
github.com/spf13/cobra v1.1.3
3929
github.com/spf13/pflag v1.0.5
4030
github.com/spf13/viper v1.7.1 // indirect
4131
github.com/stretchr/testify v1.7.0
4232
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
4333
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
4434
go.bug.st/relaxed-semver v0.0.0-20190922224835-391e10178d18
45-
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.14.0 // indirect
4635
golang.org/x/mod v0.4.2 // indirect
4736
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect
48-
golang.org/x/text v0.3.4 // indirect
49-
golang.org/x/tools v0.0.0-20201211192254-72fbef54948b // indirect
5037
google.golang.org/genproto v0.0.0-20201210142538-e3217bee35cc // indirect
51-
google.golang.org/grpc v1.34.0 // indirect
52-
gopkg.in/ini.v1 v1.62.0 // indirect
53-
gopkg.in/yaml.v2 v2.4.0 // indirect
54-
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
5538
)

0 commit comments

Comments
 (0)