blob: 00eed066f42a4bcb90fd2e4dad27425e7c5ef9e9 [file] [log] [blame]
module github.com/apache/camel-kamelets/docs/generator
go 1.16
require (
github.com/apache/camel-k/pkg/apis/camel v1.9.2
github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96 // indirect
github.com/ghodss/yaml v0.0.0-20150909031657-73d445a93680 // indirect
github.com/go-openapi/spec v0.0.0-20160808142527-6aced65f8501 // indirect
github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7 // indirect
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/iancoleman/strcase v0.1.3
k8s.io/apimachinery v0.22.5
)