summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-04-28 08:32:27 -0400
committerGitHub <noreply@github.com>2021-04-28 08:32:27 -0400
commit4ca34fce08ffa9e29d0719e3e29383e9ffdb1572 (patch)
treefc1e742b9b32e4e800910a14343e2e1cb81ca616 /go.mod
parent99e5a76f09645362eb781050f10f1ad19db312a7 (diff)
parent41e8a0af6ae672072d426f118fd4cd24c4569da1 (diff)
downloadpodman-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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 6d79c8900..4351f2363 100644
--- a/go.mod
+++ b/go.mod
@@ -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