diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-09-14 13:04:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-14 13:04:11 -0400 |
commit | bb8b2ed7deb71431521d24486b0856845e7a7867 (patch) | |
tree | 3afa51a80166d3033bd1c793f1812bb7c9953155 /vendor/modules.txt | |
parent | 20daae1de93c1a73f454f3f3ba04bba03a348f81 (diff) | |
parent | d7256be807890892c988cc7d270e3d1bf951397c (diff) | |
download | podman-bb8b2ed7deb71431521d24486b0856845e7a7867.tar.gz podman-bb8b2ed7deb71431521d24486b0856845e7a7867.tar.bz2 podman-bb8b2ed7deb71431521d24486b0856845e7a7867.zip |
Merge pull request #11559 from jwhonce/wip/generator
Enhance bindings for IDE hints
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index db01e184e..a9e3b5cff 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -499,6 +499,8 @@ github.com/onsi/gomega github.com/onsi/gomega/format github.com/onsi/gomega/gbytes github.com/onsi/gomega/gexec +github.com/onsi/gomega/gstruct +github.com/onsi/gomega/gstruct/errors github.com/onsi/gomega/internal github.com/onsi/gomega/matchers github.com/onsi/gomega/matchers/support/goraph/bipartitegraph |