diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-04-28 08:32:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-28 08:32:27 -0400 |
commit | 4ca34fce08ffa9e29d0719e3e29383e9ffdb1572 (patch) | |
tree | fc1e742b9b32e4e800910a14343e2e1cb81ca616 /go.mod | |
parent | 99e5a76f09645362eb781050f10f1ad19db312a7 (diff) | |
parent | 41e8a0af6ae672072d426f118fd4cd24c4569da1 (diff) | |
download | podman-4ca34fce08ffa9e29d0719e3e29383e9ffdb1572.tar.gz podman-4ca34fce08ffa9e29d0719e3e29383e9ffdb1572.tar.bz2 podman-4ca34fce08ffa9e29d0719e3e29383e9ffdb1572.zip |
Merge pull request #10162 from containers/dependabot/go_modules/github.com/json-iterator/go-1.1.11
Bump github.com/json-iterator/go from 1.1.10 to 1.1.11
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ require ( github.com/gorilla/schema v1.2.0 github.com/hashicorp/go-multierror v1.1.1 github.com/hpcloud/tail v1.0.0 - github.com/json-iterator/go v1.1.10 + github.com/json-iterator/go v1.1.11 github.com/mattn/go-colorable v0.1.8 // indirect github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 github.com/mrunalp/fileutils v0.5.0 |