blob: f32fa87978b0dfcff896c3ad548f3c4e31e0a485 [file] [log] [blame]
module github.com/apache/camel-k/pkg/client/camel
go 1.13
require (
github.com/apache/camel-k/pkg/apis/camel v1.3.0
k8s.io/apimachinery v0.18.9
k8s.io/client-go v0.18.9
k8s.io/code-generator v0.18.9 // indirect
)
// Local modules
replace github.com/apache/camel-k/pkg/apis/camel => ../../apis/camel