mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-26 10:17:53 +00:00
This reverts commit de05e58168.
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>
5 lines
68 B
Go
5 lines
68 B
Go
package dependencies
|
|
|
|
import (
|
|
_ "github.com/onsi/ginkgo/ginkgo"
|
|
)
|