summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-01-23 06:14:58 -0800
committerGitHub <noreply@github.com>2020-01-23 06:14:58 -0800
commit4113e7152e19a4f93ce979a5c4cadd763dd37afe (patch)
tree19e9329b114ef887cbf4ced2e8637a614c4c5bff /go.mod
parente6cf0ec857fdda82479f630defd0c9f738e9aab4 (diff)
parent4f5d92f651fc64f98e9e930ba4c715639e819af1 (diff)
downloadpodman-4113e7152e19a4f93ce979a5c4cadd763dd37afe.tar.gz
podman-4113e7152e19a4f93ce979a5c4cadd763dd37afe.tar.bz2
podman-4113e7152e19a4f93ce979a5c4cadd763dd37afe.zip
Merge pull request #4942 from containers/dependabot/go_modules/github.com/json-iterator/go-1.1.9
build(deps): bump github.com/json-iterator/go from 1.1.8 to 1.1.9
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 97bf5644c..dc778f201 100644
--- a/go.mod
+++ b/go.mod
@@ -40,7 +40,7 @@ require (
github.com/gorilla/schema v1.1.0
github.com/hashicorp/go-multierror v1.0.0
github.com/hpcloud/tail v1.0.0
- github.com/json-iterator/go v1.1.8
+ github.com/json-iterator/go v1.1.9
github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618
github.com/onsi/ginkgo v1.11.0
github.com/onsi/gomega v1.8.1