blob: 12fbf138ec55d53e86b724ef59951f7a0f14d0a0 [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.2
github.com/apache/camel-k/pkg/client/camel v1.9.2
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