github.com/containers/podman/v2@v2.2.2-0.20210501105131-c1e07d070c4c/dependencies/dependencies.go (about)

     1  package dependencies
     2  
     3  import (
     4  	_ "github.com/onsi/ginkgo/ginkgo"
     5  	_ "github.com/varlink/go/cmd/varlink-go-interface-generator" // Note: this file is used to trick `go mod` into vendoring the command below.
     6  )