summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-06-09 09:10:33 +0000
committerDaniel J Walsh <dwalsh@redhat.com>2020-06-09 10:24:03 -0400
commit2df9edbd4fafa12387c71ebd048dbb9e1814c3fc (patch)
treef31d8b35db6688d6b95a4a5023072ffa9548aefe /go.mod
parent79f30af384cf6c74f89c3b44c01707da22d867e5 (diff)
downloadpodman-2df9edbd4fafa12387c71ebd048dbb9e1814c3fc.tar.gz
podman-2df9edbd4fafa12387c71ebd048dbb9e1814c3fc.tar.bz2
podman-2df9edbd4fafa12387c71ebd048dbb9e1814c3fc.zip
Bump github.com/json-iterator/go from 1.1.9 to 1.1.10
Bumps [github.com/json-iterator/go](https://github.com/json-iterator/go) from 1.1.9 to 1.1.10. - [Release notes](https://github.com/json-iterator/go/releases) - [Commits](https://github.com/json-iterator/go/compare/v1.1.9...v1.1.10) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.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 c98cbad77..3220a5820 100644
--- a/go.mod
+++ b/go.mod
@@ -33,7 +33,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.9
+ github.com/json-iterator/go v1.1.10
github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618
github.com/onsi/ginkgo v1.12.3
github.com/onsi/gomega v1.10.1