mirror of
https://github.com/containers/podman.git
synced 2025-10-15 18:23:30 +08:00
migrate to go-modules
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
6
dependencies/dependencies.go
vendored
Normal file
6
dependencies/dependencies.go
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
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.
|
||||
)
|
Reference in New Issue
Block a user