summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-09-13 14:51:29 -0400
committerGitHub <noreply@github.com>2021-09-13 14:51:29 -0400
commit55a7f89fcae7ed8f16e10d4dae84cbdd3ecb1272 (patch)
tree198e952597004d3dca4c4b9c7fe52281f84c8254 /go.mod
parentf07a2bfbec03bc9c86414e697ac797ce04807da1 (diff)
parent9ae947654feaa9f26ebfb7978f3d0440b11ea5f7 (diff)
downloadpodman-55a7f89fcae7ed8f16e10d4dae84cbdd3ecb1272.tar.gz
podman-55a7f89fcae7ed8f16e10d4dae84cbdd3ecb1272.tar.bz2
podman-55a7f89fcae7ed8f16e10d4dae84cbdd3ecb1272.zip
Merge pull request #11549 from containers/dependabot/go_modules/github.com/json-iterator/go-1.1.12
Bump github.com/json-iterator/go from 1.1.11 to 1.1.12
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 de6dd1028..e937dea1d 100644
--- a/go.mod
+++ b/go.mod
@@ -40,7 +40,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.11
+ github.com/json-iterator/go v1.1.12
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