mirror of
https://github.com/containers/podman.git
synced 2025-06-22 09:58:10 +08:00
7 lines
209 B
Go
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.
|
|
)
|