diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-04-08 06:24:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-08 06:24:48 -0400 |
commit | d1f6b2de67eccd36ba2717e8a4e2ab0b74fe4a46 (patch) | |
tree | 8b3ffc4fb96a7f6088d6f84ce0ec02cda66ff1d0 /go.mod | |
parent | 9ba2e78cdcc28c15d72a76f6200a74e7ad6562b1 (diff) | |
parent | 5c68c2f75912f1f9ffb6ad758c81777b9b13401c (diff) | |
download | podman-d1f6b2de67eccd36ba2717e8a4e2ab0b74fe4a46.tar.gz podman-d1f6b2de67eccd36ba2717e8a4e2ab0b74fe4a46.tar.bz2 podman-d1f6b2de67eccd36ba2717e8a4e2ab0b74fe4a46.zip |
Merge pull request #9973 from containers/dependabot/go_modules/github.com/onsi/ginkgo-1.16.1
Bump github.com/onsi/ginkgo from 1.16.0 to 1.16.1
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ require ( github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 github.com/mrunalp/fileutils v0.5.0 github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect - github.com/onsi/ginkgo v1.16.0 + github.com/onsi/ginkgo v1.16.1 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 |