summaryrefslogtreecommitdiff
path: root/dependencies/dependencies.go
blob: 404ec2e607ae63a49a4aa70c5af59729a369f356 (plain)
1
2
3
4
5
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.
)