diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-05-08 16:10:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-08 16:10:44 +0200 |
commit | db9940fb42fb199d335dcd549ac24972ef89d5c0 (patch) | |
tree | 0c52b4a1708ad08377904bf5470ac0219f1f527b /go.mod | |
parent | bacfae646acef03e8441a8015688c7d02617f120 (diff) | |
parent | 6b425c46c37ec736019eea7c7329f77885037373 (diff) | |
download | podman-db9940fb42fb199d335dcd549ac24972ef89d5c0.tar.gz podman-db9940fb42fb199d335dcd549ac24972ef89d5c0.tar.bz2 podman-db9940fb42fb199d335dcd549ac24972ef89d5c0.zip |
Merge pull request #6129 from containers/dependabot/go_modules/github.com/onsi/gomega-1.10.0
Bump github.com/onsi/gomega from 1.9.0 to 1.10.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/json-iterator/go v1.1.9 github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 github.com/onsi/ginkgo v1.12.0 - github.com/onsi/gomega v1.9.0 + github.com/onsi/gomega v1.10.0 github.com/opencontainers/go-digest v1.0.0-rc1 github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6 github.com/opencontainers/runc v1.0.0-rc9 |