diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-05-05 14:02:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-05 14:02:11 -0400 |
commit | fc6eb3be95f5f13d4e533a0594c635b9e57f6ecb (patch) | |
tree | e49c4ed3991017bf0f38936a22e375cbbd5d61ab /go.mod | |
parent | 9d6588bc86d3325db7294c03a3ab27347364bb64 (diff) | |
parent | 4b427df80c118a25d1a8c173f194edd54853ed97 (diff) | |
download | podman-fc6eb3be95f5f13d4e533a0594c635b9e57f6ecb.tar.gz podman-fc6eb3be95f5f13d4e533a0594c635b9e57f6ecb.tar.bz2 podman-fc6eb3be95f5f13d4e533a0594c635b9e57f6ecb.zip |
Merge pull request #10213 from containers/dependabot/go_modules/github.com/onsi/ginkgo-1.16.2
Bump github.com/onsi/ginkgo from 1.16.1 to 1.16.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/mattn/go-colorable v0.1.8 // indirect github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 github.com/mrunalp/fileutils v0.5.0 - github.com/onsi/ginkgo v1.16.1 + github.com/onsi/ginkgo v1.16.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 |