diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-02-03 09:26:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-03 09:26:59 -0500 |
commit | 227d8815806fe63d07433707a356eb2e8c011f1e (patch) | |
tree | f74a6a4e4bdd43136779e11760c6c4cb59cea1fa /go.mod | |
parent | 4699d5e02d3270b5cc89f7528b53b823fbf88796 (diff) | |
parent | fac6b784f84836888bb991360602fac2619788a6 (diff) | |
download | podman-227d8815806fe63d07433707a356eb2e8c011f1e.tar.gz podman-227d8815806fe63d07433707a356eb2e8c011f1e.tar.bz2 podman-227d8815806fe63d07433707a356eb2e8c011f1e.zip |
Merge pull request #5054 from containers/dependabot/go_modules/github.com/onsi/gomega-1.9.0
build(deps): bump github.com/onsi/gomega from 1.8.1 to 1.9.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ require ( github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 github.com/olekukonko/tablewriter v0.0.4 // indirect github.com/onsi/ginkgo v1.11.0 - github.com/onsi/gomega v1.8.1 + github.com/onsi/gomega v1.9.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 |