forked from kyma-project/hydroform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
17 lines (14 loc) · 741 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/kyma-incubator/hydroform/provision
go 1.13
replace github.com/census-instrumentation/opencensus-proto v0.1.0-0.20181214143942-ba49f56771b8 => github.com/census-instrumentation/opencensus-proto v0.0.3-0.20181214143942-ba49f56771b8
require (
github.com/BurntSushi/toml v0.3.1
github.com/hashicorp/terraform v0.12.13
github.com/hashicorp/terraform-svchost v0.0.0-20191011084731-65d371908596
github.com/mitchellh/cli v1.0.0
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.4.0
k8s.io/apimachinery v0.0.0-20191004115701-31ade1b30762 // tag kubernetes-1.15.6
k8s.io/client-go v0.0.0-20191114101336-8cba805ad12d // tag kubernetes-1.15.6
)