-
Notifications
You must be signed in to change notification settings - Fork 69
/
go.mod
27 lines (25 loc) · 1005 Bytes
/
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
module github.com/GoogleCloudPlatform/healthcare-data-protection-suite
go 1.14
require (
cloud.google.com/go/storage v1.22.0
github.com/agext/levenshtein v1.2.3 // indirect
github.com/ghodss/yaml v1.0.0
github.com/google/go-cmp v0.5.7
github.com/google/go-cpy v0.0.0-20211218193943-a9c933c06932
github.com/hashicorp/go-getter v1.5.11
github.com/hashicorp/go-getter/v2 v2.1.0 // indirect
github.com/hashicorp/go-version v1.5.0
github.com/hashicorp/hcl/v2 v2.11.1
github.com/hashicorp/terraform v0.15.3
github.com/imdario/mergo v0.3.12
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/otiai10/copy v1.7.0
github.com/rodaine/hclencoder v0.0.1
github.com/ryanuber/columnize v2.1.2+incompatible
github.com/ulikunitz/xz v0.5.10 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonschema v1.2.0
github.com/zclconf/go-cty v1.10.0
google.golang.org/api v0.74.0
)