@@ -111,7 +111,7 @@ require (
111
111
github.com/hashicorp/hc-install v0.5.2
112
112
github.com/hashicorp/hcl/v2 v2.17.0
113
113
github.com/hashicorp/terraform-config-inspect v0.0.0-20211115214459-90acf1ca460f
114
- github.com/hashicorp/terraform-json v0.16 .0
114
+ github.com/hashicorp/terraform-json v0.17 .0
115
115
github.com/hashicorp/yamux v0.1.1
116
116
github.com/hinshun/vt10x v0.0.0-20220301184237-5011da428d02
117
117
github.com/imulab/go-scim/pkg/v2 v2.2.0
@@ -332,7 +332,7 @@ require (
332
332
github.com/yashtewari/glob-intersection v0.1.0 // indirect
333
333
github.com/yuin/goldmark v1.5.4 // indirect
334
334
github.com/yuin/goldmark-emoji v1.0.1 // indirect
335
- github.com/zclconf/go-cty v1.13.0 // indirect
335
+ github.com/zclconf/go-cty v1.13.2 // indirect
336
336
github.com/zeebo/errs v1.3.0 // indirect
337
337
go.opencensus.io v0.24.0 // indirect
338
338
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.14.0 // indirect
@@ -352,12 +352,14 @@ require (
352
352
inet.af/peercred v0.0.0-20210906144145-0893ea02156a // indirect
353
353
)
354
354
355
- require github.com/gobwas/httphead v0.1.0
355
+ require (
356
+ github.com/dave/dst v0.27.2
357
+ github.com/gobwas/httphead v0.1.0
358
+ )
356
359
357
360
require (
358
361
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
359
362
github.com/cloudflare/circl v1.3.3 // indirect
360
- github.com/dave/dst v0.27.2 // indirect
361
363
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
362
364
google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc // indirect
363
365
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
0 commit comments