diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-06-15 10:39:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-15 10:39:58 -0400 |
commit | 298d622a0c2db1e822d6e31c621f8be1a5e196c8 (patch) | |
tree | aca517a42eb2dd2a5e504c64f267210094c0afb3 /go.mod | |
parent | 4fe573edfc47a42c7e587311adc21a49eac23424 (diff) | |
parent | 68eca3c19e010882f7c82b70437f4edbbbfeca3d (diff) | |
download | podman-298d622a0c2db1e822d6e31c621f8be1a5e196c8.tar.gz podman-298d622a0c2db1e822d6e31c621f8be1a5e196c8.tar.bz2 podman-298d622a0c2db1e822d6e31c621f8be1a5e196c8.zip |
Merge pull request #6607 from containers/dependabot/go_modules/github.com/onsi/ginkgo-1.13.0
Bump github.com/onsi/ginkgo from 1.12.3 to 1.13.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ require ( github.com/hpcloud/tail v1.0.0 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/ginkgo v1.13.0 github.com/onsi/gomega v1.10.1 github.com/opencontainers/go-digest v1.0.0 github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6 |