Skip to content

Commit c29f279

Browse files
committed
use mainline tf
1 parent 01d1588 commit c29f279

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ replace github.com/gliderlabs/ssh => github.com/coder/ssh v0.0.0-20230421140225-
5050
// Waiting on https://github.com/imulab/go-scim/pull/95 to merge.
5151
replace github.com/imulab/go-scim/pkg/v2 => github.com/coder/go-scim/pkg/v2 v2.0.0-20230221055123-1d63c1222136
5252

53-
replace github.com/hashicorp/hc-install => github.com/ammario/hc-install v0.0.0-20230509220012-4198a1f7edb2
54-
5553
require (
5654
cdr.dev/slog v1.4.2
5755
cloud.google.com/go/compute/metadata v0.2.3
@@ -105,7 +103,7 @@ require (
105103
github.com/hashicorp/go-reap v0.0.0-20170704170343-bf58d8a43e7b
106104
github.com/hashicorp/go-version v1.6.0
107105
github.com/hashicorp/golang-lru/v2 v2.0.1
108-
github.com/hashicorp/hc-install v0.5.2-0.20230502155915-686bd8b78c17
106+
github.com/hashicorp/hc-install v0.5.1
109107
github.com/hashicorp/hcl/v2 v2.14.0
110108
github.com/hashicorp/terraform-config-inspect v0.0.0-20211115214459-90acf1ca460f
111109
github.com/hashicorp/terraform-json v0.14.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -939,6 +939,8 @@ github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ
939939
github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
940940
github.com/hashicorp/golang-lru/v2 v2.0.1 h1:5pv5N1lT1fjLg2VQ5KWc7kmucp2x/kvFOnxuVTqZ6x4=
941941
github.com/hashicorp/golang-lru/v2 v2.0.1/go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM=
942+
github.com/hashicorp/hc-install v0.5.1 h1:eCqToNCob7m2R8kM8Gr7XcVmcRSz9ppCFSVZbMh0X+0=
943+
github.com/hashicorp/hc-install v0.5.1/go.mod h1:iDPCnzKo+SzToOh25R8OWpLdhhy7yBfJX3PmVWiYhrM=
942944
github.com/hashicorp/hcl v0.0.0-20170504190234-a4b07c25de5f/go.mod h1:oZtUIOe8dh44I2q6ScRibXws4Ajl+d+nod3AaR9vL5w=
943945
github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=
944946
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=

0 commit comments

Comments
 (0)