diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-01-23 06:14:58 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-23 06:14:58 -0800 |
commit | 4113e7152e19a4f93ce979a5c4cadd763dd37afe (patch) | |
tree | 19e9329b114ef887cbf4ced2e8637a614c4c5bff /go.mod | |
parent | e6cf0ec857fdda82479f630defd0c9f738e9aab4 (diff) | |
parent | 4f5d92f651fc64f98e9e930ba4c715639e819af1 (diff) | |
download | podman-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |