Skip to content

Commit b6687fb

Browse files
chore: Bump github.com/hashicorp/terraform-json from 0.16.0 to 0.17.0
Bumps [github.com/hashicorp/terraform-json](https://github.com/hashicorp/terraform-json) from 0.16.0 to 0.17.0. - [Release notes](https://github.com/hashicorp/terraform-json/releases) - [Commits](hashicorp/terraform-json@v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-json dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 28f3539 commit b6687fb

File tree

2 files changed

+11
-120
lines changed

2 files changed

+11
-120
lines changed

go.mod

+6-4
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ require (
111111
github.com/hashicorp/hc-install v0.5.2
112112
github.com/hashicorp/hcl/v2 v2.17.0
113113
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
115115
github.com/hashicorp/yamux v0.1.1
116116
github.com/hinshun/vt10x v0.0.0-20220301184237-5011da428d02
117117
github.com/imulab/go-scim/pkg/v2 v2.2.0
@@ -332,7 +332,7 @@ require (
332332
github.com/yashtewari/glob-intersection v0.1.0 // indirect
333333
github.com/yuin/goldmark v1.5.4 // indirect
334334
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
336336
github.com/zeebo/errs v1.3.0 // indirect
337337
go.opencensus.io v0.24.0 // indirect
338338
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.14.0 // indirect
@@ -352,12 +352,14 @@ require (
352352
inet.af/peercred v0.0.0-20210906144145-0893ea02156a // indirect
353353
)
354354

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+
)
356359

357360
require (
358361
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
359362
github.com/cloudflare/circl v1.3.3 // indirect
360-
github.com/dave/dst v0.27.2 // indirect
361363
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
362364
google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc // indirect
363365
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect

0 commit comments

Comments
 (0)