@@ -3,10 +3,10 @@ module github.com/pluralsh/plural
33go 1.18
44
55require (
6- cloud.google.com/go/compute v1.18.0
7- cloud.google.com/go/resourcemanager v1.4 .0
8- cloud.google.com/go/serviceusage v1.4 .0
9- cloud.google.com/go/storage v1.27.0
6+ cloud.google.com/go/compute v1.19.1
7+ cloud.google.com/go/resourcemanager v1.7 .0
8+ cloud.google.com/go/serviceusage v1.6 .0
9+ cloud.google.com/go/storage v1.28.1
1010 filippo.io/age v1.0.0
1111 github.com/AlecAivazis/survey/v2 v2.3.5
1212 github.com/Azure/azure-sdk-for-go v56.3.0+incompatible
@@ -35,7 +35,7 @@ require (
3535 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
3636 github.com/hashicorp/go-retryablehttp v0.7.1
3737 github.com/hashicorp/hcl v1.0.0
38- github.com/hashicorp/terraform-plugin-sdk/v2 v2.20 .0
38+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.27 .0
3939 github.com/imdario/mergo v0.3.13
4040 github.com/inancgumus/screen v0.0.0-20190314163918-06e984b86ed3
4141 github.com/ktrysmt/go-bitbucket v0.9.55
@@ -56,10 +56,10 @@ require (
5656 github.com/xanzy/go-gitlab v0.70.0
5757 github.com/yuin/gopher-lua v0.0.0-20220504180219-658193537a64
5858 go.mercari.io/hcledit v0.0.8
59- golang.org/x/crypto v0.5 .0
59+ golang.org/x/crypto v0.10 .0
6060 golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17
61- golang.org/x/mod v0.9 .0
62- golang.org/x/oauth2 v0.5 .0
61+ golang.org/x/mod v0.10 .0
62+ golang.org/x/oauth2 v0.7 .0
6363 gopkg.in/yaml.v2 v2.4.0
6464 helm.sh/helm/v3 v3.11.1
6565 k8s.io/api v0.26.1
@@ -72,7 +72,7 @@ require (
7272
7373require (
7474 cloud.google.com/go/compute/metadata v0.2.3 // indirect
75- cloud.google.com/go/longrunning v0.3.0 // indirect
75+ cloud.google.com/go/longrunning v0.4.1 // indirect
7676 github.com/Azure/azure-sdk-for-go/sdk/internal v1.0.0 // indirect
7777 github.com/AzureAD/microsoft-authentication-library-for-go v0.5.1 // indirect
7878 github.com/agext/levenshtein v1.2.2 // indirect
@@ -94,6 +94,7 @@ require (
9494 github.com/aws/smithy-go v1.13.5 // indirect
9595 github.com/bep/debounce v1.2.1 // indirect
9696 github.com/cenkalti/backoff v2.2.1+incompatible // indirect
97+ github.com/cloudflare/circl v1.3.3 // indirect
9798 github.com/emicklei/go-restful/v3 v3.9.0 // indirect
9899 github.com/fatih/camelcase v1.0.0 // indirect
99100 github.com/go-gorp/gorp/v3 v3.1.0 // indirect
@@ -103,7 +104,7 @@ require (
103104 github.com/google/gnostic v0.5.7-v3refs // indirect
104105 github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
105106 github.com/hashicorp/go-uuid v1.0.3 // indirect
106- github.com/hashicorp/hcl/v2 v2.13 .0 // indirect
107+ github.com/hashicorp/hcl/v2 v2.17 .0 // indirect
107108 github.com/jchv/go-winloader v0.0.0-20210711035445-715c2860da7e // indirect
108109 github.com/kylelemons/godebug v1.1.0 // indirect
109110 github.com/labstack/echo/v4 v4.9.0 // indirect
@@ -120,14 +121,14 @@ require (
120121 github.com/valyala/fasttemplate v1.2.1 // indirect
121122 github.com/vektah/gqlparser/v2 v2.5.1 // indirect
122123 github.com/wailsapp/mimetype v1.4.1 // indirect
123- github.com/zclconf/go-cty v1.10.0 // indirect
124- google.golang.org/genproto v0.0.0-20230216225411-c8e22ba71e44 // indirect
124+ github.com/zclconf/go-cty v1.13.2 // indirect
125+ google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
125126 gopkg.in/yaml.v3 v3.0.1 // indirect
126127)
127128
128129require (
129- cloud.google.com/go v0.107 .0 // indirect
130- cloud.google.com/go/iam v0.12 .0
130+ cloud.google.com/go v0.110 .0 // indirect
131+ cloud.google.com/go/iam v0.13 .0
131132 github.com/Azure/azure-pipeline-go v0.2.3 // indirect
132133 github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
133134 github.com/Azure/go-autorest v14.2.0+incompatible // indirect
@@ -143,7 +144,7 @@ require (
143144 github.com/Masterminds/semver/v3 v3.2.0
144145 github.com/Masterminds/squirrel v1.5.3 // indirect
145146 github.com/Microsoft/go-winio v0.5.2 // indirect
146- github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 // indirect
147+ github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
147148 github.com/acomagu/bufpipe v1.0.3 // indirect
148149 github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
149150 github.com/aws/aws-sdk-go-v2/config v1.17.5
@@ -185,20 +186,20 @@ require (
185186 github.com/gogo/protobuf v1.3.2 // indirect
186187 github.com/golang-jwt/jwt/v4 v4.2.0 // indirect
187188 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
188- github.com/golang/protobuf v1.5.2 // indirect
189+ github.com/golang/protobuf v1.5.3 // indirect
189190 github.com/google/btree v1.0.1 // indirect
190191 github.com/google/go-cmp v0.5.9 // indirect
191192 github.com/google/go-querystring v1.1.0 // indirect
192193 github.com/google/gofuzz v1.2.0 // indirect
193194 github.com/google/uuid v1.3.0 // indirect
194- github.com/googleapis/gax-go/v2 v2.7.0 // indirect
195+ github.com/googleapis/gax-go/v2 v2.7.1 // indirect
195196 github.com/gorilla/mux v1.8.0 // indirect
196197 github.com/gosuri/uitable v0.0.4 // indirect
197198 github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
198199 github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
199- github.com/hashicorp/go-hclog v1.2.1 // indirect
200+ github.com/hashicorp/go-hclog v1.5.0 // indirect
200201 github.com/hashicorp/logutils v1.0.0 // indirect
201- github.com/hashicorp/terraform-plugin-log v0.7 .0 // indirect
202+ github.com/hashicorp/terraform-plugin-log v0.9 .0 // indirect
202203 github.com/huandu/xstrings v1.3.3 // indirect
203204 github.com/inconshreveable/mousetrap v1.0.1 // indirect
204205 github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
@@ -263,17 +264,17 @@ require (
263264 github.com/xlab/treeprint v1.1.0 // indirect
264265 go.opencensus.io v0.24.0 // indirect
265266 go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
266- golang.org/x/net v0.8 .0 // indirect
267+ golang.org/x/net v0.11 .0 // indirect
267268 golang.org/x/sync v0.1.0 // indirect
268- golang.org/x/sys v0.6 .0 // indirect
269- golang.org/x/term v0.6 .0
270- golang.org/x/text v0.8 .0
269+ golang.org/x/sys v0.9 .0 // indirect
270+ golang.org/x/term v0.9 .0
271+ golang.org/x/text v0.10 .0
271272 golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect
272273 golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
273- google.golang.org/api v0.110 .0
274+ google.golang.org/api v0.114 .0
274275 google.golang.org/appengine v1.6.7 // indirect
275- google.golang.org/grpc v1.53 .0 // indirect
276- google.golang.org/protobuf v1.28.1 // indirect
276+ google.golang.org/grpc v1.56 .0 // indirect
277+ google.golang.org/protobuf v1.30.0 // indirect
277278 gopkg.in/inf.v0 v0.9.1 // indirect
278279 gopkg.in/warnings.v0 v0.1.2 // indirect
279280 k8s.io/apiextensions-apiserver v0.26.0 // indirect
0 commit comments