diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-06-09 09:10:33 +0000 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-06-09 10:24:03 -0400 |
commit | 2df9edbd4fafa12387c71ebd048dbb9e1814c3fc (patch) | |
tree | f31d8b35db6688d6b95a4a5023072ffa9548aefe /go.mod | |
parent | 79f30af384cf6c74f89c3b44c01707da22d867e5 (diff) | |
download | podman-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |