Skip to content

Commit

Permalink
MB-50464 : Jsonschema parsing dependency for js-evaluator
Browse files Browse the repository at this point in the history
Change-Id: I74e41305b01bf3e944cdf61f8577053d0e325662
Reviewed-on: https://review.couchbase.org/c/query/+/170239
Reviewed-by: Marco Greco <marco.greco@couchbase.com>
Tested-by: <abhishek.jindal@couchbase.com>
  • Loading branch information
abhijpes committed Feb 8, 2022
1 parent e266fed commit 2a1fdd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions go.mod
Expand Up @@ -61,6 +61,7 @@ require (
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
github.com/russross/blackfriday v1.5.2
github.com/samuel/go-zookeeper v0.0.0-20200724154423-2164a8ac840e
github.com/santhosh-tekuri/jsonschema v1.2.4 // indirect
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
golang.org/x/net v0.0.0-20211215060638-4ddde0e984e9
gopkg.in/couchbase/gocb.v1 v1.6.7
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Expand Up @@ -167,6 +167,8 @@ github.com/russross/blackfriday v1.5.2 h1:HyvC0ARfnZBqnXwABFeSZHpKvJHJJfPz81GNue
github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g=
github.com/samuel/go-zookeeper v0.0.0-20200724154423-2164a8ac840e h1:CGjiMQ0wMH4wtNWrlj6kiTbkPt2F3rbYnhGX6TWLfco=
github.com/samuel/go-zookeeper v0.0.0-20200724154423-2164a8ac840e/go.mod h1:gi+0XIa01GRL2eRQVjQkKGqKF3SF9vZR/HnPullcV2E=
github.com/santhosh-tekuri/jsonschema v1.2.4 h1:hNhW8e7t+H1vgY+1QeEQpveR6D4+OwKPXCfD2aieJis=
github.com/santhosh-tekuri/jsonschema v1.2.4/go.mod h1:TEAUOeZSmIxTTuHatJzrvARHiuO9LYd+cIxzgEHCQI4=
github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ=
github.com/spf13/cast v1.3.0/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE=
github.com/spf13/cobra v0.0.5/go.mod h1:3K3wKZymM7VvHMDS9+Akkh4K60UwM26emMESw8tLCHU=
Expand Down

0 comments on commit 2a1fdd4

Please sign in to comment.