This repository was archived by the owner on Aug 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathgo.mod
More file actions
35 lines (33 loc) · 1.32 KB
/
go.mod
File metadata and controls
35 lines (33 loc) · 1.32 KB
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
29
30
31
32
33
34
35
module github.com/hashicorp/terraform-provider-kubernetes-alpha
go 1.16
require (
github.com/agext/levenshtein v1.2.3 // indirect
github.com/aws/aws-sdk-go v1.37.0 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/fatih/color v1.10.0 // indirect
github.com/getkin/kin-openapi v0.62.0
github.com/google/go-cmp v0.5.5
github.com/hashicorp/go-hclog v0.15.0
github.com/hashicorp/go-plugin v1.4.0
github.com/hashicorp/hcl/v2 v2.9.0
github.com/hashicorp/terraform-exec v0.13.3
github.com/hashicorp/terraform-json v0.10.0
github.com/hashicorp/terraform-plugin-go v0.3.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0
github.com/hashicorp/terraform-plugin-test/v2 v2.2.1
github.com/hashicorp/yamux v0.0.0-20200609203250-aecfd211c9ce // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/mitchellh/hashstructure v1.0.0
github.com/oklog/run v1.1.0 // indirect
github.com/stretchr/testify v1.7.0
github.com/zclconf/go-cty v1.8.2
golang.org/x/mod v0.3.0
google.golang.org/api v0.34.0 // indirect
google.golang.org/genproto v0.0.0-20201030142918-24207fddd1c3 // indirect
google.golang.org/grpc v1.33.1
k8s.io/apiextensions-apiserver v0.18.0
k8s.io/apimachinery v0.21.0
k8s.io/client-go v0.21.0
)