diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-02-25 15:43:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-25 15:43:25 +0100 |
commit | 3d37dc639d87e4469a6457cf4592ff5b773d0777 (patch) | |
tree | f487a0db671b5303286a935b58577b0d50c64ab9 /vendor/github.com/xeipuuv/gojsonschema/go.mod | |
parent | 6babc9f20ca9e3633da1792a31d0391bde6201b6 (diff) | |
parent | 68c313911e8a3aed605a12398442212b99f41619 (diff) | |
download | podman-3d37dc639d87e4469a6457cf4592ff5b773d0777.tar.gz podman-3d37dc639d87e4469a6457cf4592ff5b773d0777.tar.bz2 podman-3d37dc639d87e4469a6457cf4592ff5b773d0777.zip |
Merge pull request #5297 from rhatdan/vendor
Update vendor of buildah and containers/common
Diffstat (limited to 'vendor/github.com/xeipuuv/gojsonschema/go.mod')
-rw-r--r-- | vendor/github.com/xeipuuv/gojsonschema/go.mod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/github.com/xeipuuv/gojsonschema/go.mod b/vendor/github.com/xeipuuv/gojsonschema/go.mod new file mode 100644 index 000000000..b709d7fcd --- /dev/null +++ b/vendor/github.com/xeipuuv/gojsonschema/go.mod @@ -0,0 +1,7 @@ +module github.com/xeipuuv/gojsonschema + +require ( + github.com/stretchr/testify v1.3.0 + github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect + github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 +) |