blob: 9e05482aa4263f5a3e0b7aa828c9affad75f77ae [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.2.1
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