diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-03-19 08:06:04 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-19 08:06:04 -0700 |
commit | 5325957d536be3515fb7a782e4755afca38fca4c (patch) | |
tree | 4fa12237bd90231119ee67b8b7bda532b2465bdc /go.mod | |
parent | 61e3b152fcc591a85f2bd4872911a0997cca75c0 (diff) | |
parent | a596d1f5d006680da2a1af6d11415e18efee0f3b (diff) | |
download | podman-5325957d536be3515fb7a782e4755afca38fca4c.tar.gz podman-5325957d536be3515fb7a782e4755afca38fca4c.tar.bz2 podman-5325957d536be3515fb7a782e4755afca38fca4c.zip |
Merge pull request #9735 from containers/dependabot/go_modules/github.com/onsi/ginkgo-1.15.2
Bump github.com/onsi/ginkgo from 1.15.1 to 1.15.2
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ require ( github.com/moby/term v0.0.0-20201110203204-bea5bbe245bf github.com/mrunalp/fileutils v0.5.0 github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect - github.com/onsi/ginkgo v1.15.1 + github.com/onsi/ginkgo v1.15.2 github.com/onsi/gomega v1.11.0 github.com/opencontainers/go-digest v1.0.0 github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6 |