diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2021-01-20 10:31:18 +0100 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2021-01-20 10:31:24 +0100 |
commit | 175fc3867a70dd5a0d5c0becdb828751ccd88e9c (patch) | |
tree | 4c63109005f9c1a83bdf6259cdb2b189b2cd99d8 /vendor/modules.txt | |
parent | 5e7262ddf595f9187d01e12f5dcee2fe1c713798 (diff) | |
download | podman-175fc3867a70dd5a0d5c0becdb828751ccd88e9c.tar.gz podman-175fc3867a70dd5a0d5c0becdb828751ccd88e9c.tar.bz2 podman-175fc3867a70dd5a0d5c0becdb828751ccd88e9c.zip |
Revert "ginkgo: install on demand via `go get -u`"
This reverts commit de05e5816869073600ae8e851093b4b9a9d7fab0.
Running `go get -u` will change the local Go module causing CI to fail
as the local git tree is being changed. Reverting the change for now
until we have a better idea.
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index d5936c5e2..fc2b14d96 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -392,7 +392,7 @@ github.com/morikuni/aec github.com/mrunalp/fileutils # github.com/mtrmac/gpgme v0.1.2 github.com/mtrmac/gpgme -# github.com/nxadm/tail v1.4.6 +# github.com/nxadm/tail v1.4.4 github.com/nxadm/tail github.com/nxadm/tail/ratelimiter github.com/nxadm/tail/util @@ -402,6 +402,13 @@ github.com/nxadm/tail/winfile github.com/onsi/ginkgo github.com/onsi/ginkgo/config github.com/onsi/ginkgo/extensions/table +github.com/onsi/ginkgo/ginkgo +github.com/onsi/ginkgo/ginkgo/convert +github.com/onsi/ginkgo/ginkgo/interrupthandler +github.com/onsi/ginkgo/ginkgo/nodot +github.com/onsi/ginkgo/ginkgo/testrunner +github.com/onsi/ginkgo/ginkgo/testsuite +github.com/onsi/ginkgo/ginkgo/watch github.com/onsi/ginkgo/internal/codelocation github.com/onsi/ginkgo/internal/containernode github.com/onsi/ginkgo/internal/failer @@ -624,7 +631,7 @@ golang.org/x/oauth2/internal # golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 golang.org/x/sync/errgroup golang.org/x/sync/semaphore -# golang.org/x/sys v0.0.0-20210113181707-4bcb84eeeb78 +# golang.org/x/sys v0.0.0-20201201145000-ef89a241ccb3 golang.org/x/sys/cpu golang.org/x/sys/internal/unsafeheader golang.org/x/sys/unix |