Skip to content
This repository has been archived by the owner on Feb 11, 2025. It is now read-only.

Commit

Permalink
feat: add client from kuma
Browse files Browse the repository at this point in the history
  • Loading branch information
vandycknick committed Feb 23, 2021
1 parent db59214 commit a4d5f85
Show file tree
Hide file tree
Showing 4 changed files with 1,287 additions and 3 deletions.
14 changes: 13 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,16 @@ module github.com/nickvdyck/terraform-provider-kuma

go 1.15

require github.com/hashicorp/terraform-plugin-sdk/v2 v2.2.0
require (
github.com/hashicorp/terraform-plugin-sdk/v2 v2.2.0
github.com/kumahq/kuma v0.0.0-20210223093449-638b0a5fcc1f // indirect
)

replace (
github.com/kumahq/kuma/api => github.com/kumahq/kuma/api v0.0.0-20210223093449-638b0a5fcc1f
github.com/kumahq/kuma/pkg/plugins/resources/k8s/native => github.com/kumahq/kuma/pkg/plugins/resources/k8s/native v0.0.0-20210223093449-638b0a5fcc1f
github.com/kumahq/kuma/pkg/transparentproxy/istio => github.com/kumahq/kuma/pkg/transparentproxy/istio v0.0.0-20210223093449-638b0a5fcc1f

github.com/prometheus/prometheus => github.com/kumahq/kuma/vendored/github.com/prometheus/prometheus v0.0.0-20210223093449-638b0a5fcc1f
k8s.io/client-go => k8s.io/client-go v0.18.14
)
Loading

0 comments on commit a4d5f85

Please sign in to comment.