forked from crossplane/terrajet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
28 lines (25 loc) · 1.08 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module github.com/crossplane/terrajet
go 1.16
require (
github.com/crossplane/crossplane-runtime v0.15.1-0.20211004150827-579c1833b513
github.com/fatih/camelcase v1.0.0
github.com/golang/mock v1.6.0
github.com/google/go-cmp v0.5.6
github.com/hashicorp/terraform-plugin-sdk v1.17.2
github.com/hashicorp/terraform-plugin-sdk/v2 v2.7.0
github.com/iancoleman/strcase v0.2.0
github.com/json-iterator/go v1.1.11
github.com/muvaf/typewriter v0.0.0-20220131201631-921e94e8e8d7
github.com/pkg/errors v0.9.1
github.com/spf13/afero v1.6.0
golang.org/x/tools v0.1.5
k8s.io/api v0.21.3
k8s.io/apimachinery v0.21.3
k8s.io/utils v0.0.0-20210722164352-7f3ee0f31471
sigs.k8s.io/controller-runtime v0.9.6
)
// This is a temporary workaround until https://github.com/crossplane/terrajet/issues/131
// is resolved. We basically need this just to be able to import both v1 and v2
// versions of terraform plugin sdk in order to do a schema conversion for
// Terraform providers still using v1 sdk.
replace github.com/hashicorp/terraform-plugin-sdk => github.com/turkenh/terraform-plugin-sdk v1.17.2-patch1