blob: 2904b1401c315608e8c0a83e6babc5d6dd4da95e [file] [log] [blame]
module github.com/apache/camel-k/pkg/kamelet/repository
go 1.16
require (
github.com/apache/camel-k/pkg/apis/camel v1.9.0
github.com/apache/camel-k/pkg/client/camel v1.9.0
github.com/google/go-github/v32 v32.1.0
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7
github.com/stretchr/testify v1.7.0
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
k8s.io/apimachinery v0.22.5
k8s.io/client-go v0.22.5 // indirect
)
// Local modules
replace github.com/apache/camel-k/pkg/apis/camel => ../../apis/camel
replace github.com/apache/camel-k/pkg/client/camel => ../../client/camel