forked from kyma-project/hydroform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
31 lines (28 loc) · 1.46 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
29
30
31
module github.com/kyma-incubator/hydroform/provision
go 1.14
replace github.com/terraform-providers/terraform-provider-openstack => github.com/terraform-providers/terraform-provider-openstack v1.20.0
require (
github.com/Azure/go-ntlmssp v0.0.0-20200615164410-66371956d46c // indirect
github.com/ChrisTrenkamp/goxpath v0.0.0-20190607011252-c5096ec8773d // indirect
github.com/apparentlymart/go-cidr v1.1.0 // indirect
github.com/gofrs/uuid v3.3.0+incompatible // indirect
github.com/hashicorp/aws-sdk-go-base v0.6.0 // indirect
github.com/hashicorp/go-azure-helpers v0.12.0 // indirect
github.com/hashicorp/hcl/v2 v2.6.0 // indirect
github.com/hashicorp/terraform v0.12.30
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734
github.com/imdario/mergo v0.3.9 // indirect
github.com/masterzen/simplexml v0.0.0-20190410153822-31eea3082786 // indirect
github.com/masterzen/winrm v0.0.0-20200615185753-c42b5136ff88 // indirect
github.com/mitchellh/cli v1.1.1
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
github.com/packer-community/winrmcp v0.0.0-20180921211025-c76d91c1e7db // indirect
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1
github.com/zclconf/go-cty v1.5.1 // indirect
github.com/zclconf/go-cty-yaml v1.0.2 // indirect
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
k8s.io/apimachinery v0.18.9
k8s.io/client-go v0.18.9
k8s.io/utils v0.0.0-20200411171748-3d5a2fe318e4 // indirect
)