podman/dependencies/dependencies.go
Valentin Rothberg d697456dc9 migrate to go-modules
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2019-06-24 13:20:59 +02:00

7 lines
209 B
Go

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