summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-09-13 17:25:11 +0000
committerGitHub <noreply@github.com>2021-09-13 17:25:11 +0000
commit9ae947654feaa9f26ebfb7978f3d0440b11ea5f7 (patch)
tree8de0752b1909fd58497ac8f5dd9551a53dbb709b /go.mod
parent73422de08d85d790397fe821f5fc6d5a05e30643 (diff)
downloadpodman-9ae947654feaa9f26ebfb7978f3d0440b11ea5f7.tar.gz
podman-9ae947654feaa9f26ebfb7978f3d0440b11ea5f7.tar.bz2
podman-9ae947654feaa9f26ebfb7978f3d0440b11ea5f7.zip
Bump github.com/json-iterator/go from 1.1.11 to 1.1.12
Bumps [github.com/json-iterator/go](https://github.com/json-iterator/go) from 1.1.11 to 1.1.12. - [Release notes](https://github.com/json-iterator/go/releases) - [Commits](https://github.com/json-iterator/go/compare/v1.1.11...v1.1.12) --- updated-dependencies: - dependency-name: github.com/json-iterator/go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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 a317428f8..af7ec9778 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