diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-01-20 07:17:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-20 07:17:23 -0500 |
commit | 7d024a2fc8c675e4d34e3b34b56b6217a48ef9ce (patch) | |
tree | 2e6afa3d5ecf53af5008f93446ff4558b93c4bb5 /go.mod | |
parent | 54c465bda6cbef398c2ea9f103253fbc3af0505c (diff) | |
parent | 175fc3867a70dd5a0d5c0becdb828751ccd88e9c (diff) | |
download | podman-7d024a2fc8c675e4d34e3b34b56b6217a48ef9ce.tar.gz podman-7d024a2fc8c675e4d34e3b34b56b6217a48ef9ce.tar.bz2 podman-7d024a2fc8c675e4d34e3b34b56b6217a48ef9ce.zip |
Merge pull request #9031 from vrothberg/revert-ginkgo
Revert "ginkgo: install on demand via `go get -u`"
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -38,7 +38,6 @@ require ( github.com/kr/text v0.2.0 // indirect github.com/moby/term v0.0.0-20201110203204-bea5bbe245bf github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 - github.com/nxadm/tail v1.4.6 // indirect github.com/onsi/ginkgo v1.14.2 github.com/onsi/gomega v1.10.4 github.com/opencontainers/go-digest v1.0.0 @@ -64,7 +63,7 @@ require ( golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 - golang.org/x/sys v0.0.0-20210113181707-4bcb84eeeb78 + golang.org/x/sys v0.0.0-20201201145000-ef89a241ccb3 google.golang.org/appengine v1.6.6 // indirect gopkg.in/square/go-jose.v2 v2.5.1 // indirect gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect |