Skip to content

Commit 8f4157c

Browse files
authored
chore: go mod tidy (#8389)
1 parent b73f9d8 commit 8f4157c

File tree

2 files changed

+2
-131
lines changed

2 files changed

+2
-131
lines changed

go.mod

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ require (
110110
github.com/hashicorp/go-version v1.6.0
111111
github.com/hashicorp/golang-lru/v2 v2.0.1
112112
github.com/hashicorp/hc-install v0.5.2
113-
github.com/hashicorp/hcl/v2 v2.17.0
113+
github.com/hashicorp/hcl/v2 v2.17.0 // indirect
114114
github.com/hashicorp/terraform-config-inspect v0.0.0-20211115214459-90acf1ca460f
115115
github.com/hashicorp/terraform-json v0.17.0
116116
github.com/hashicorp/yamux v0.1.1
@@ -358,10 +358,4 @@ require (
358358
inet.af/peercred v0.0.0-20210906144145-0893ea02156a // indirect
359359
)
360360

361-
require (
362-
github.com/bep/godartsass/v2 v2.0.0 // indirect
363-
github.com/hashicorp/go-plugin v1.4.4 // indirect
364-
github.com/hashicorp/terraform-registry-address v0.0.0-20220623143253-7d51757b572c // indirect
365-
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 // indirect
366-
github.com/oklog/run v1.0.0 // indirect
367-
)
361+
require github.com/bep/godartsass/v2 v2.0.0 // indirect

0 commit comments

Comments
 (0)