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