File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,6 @@ replace github.com/gliderlabs/ssh => github.com/coder/ssh v0.0.0-20230421140225-
50
50
// Waiting on https://github.com/imulab/go-scim/pull/95 to merge.
51
51
replace github.com/imulab/go-scim/pkg/v2 => github.com/coder/go-scim/pkg/v2 v2.0.0-20230221055123-1d63c1222136
52
52
53
- replace github.com/hashicorp/hc-install => github.com/ammario/hc-install v0.0.0-20230509220012-4198a1f7edb2
54
-
55
53
require (
56
54
cdr.dev/slog v1.4.2
57
55
cloud.google.com/go/compute/metadata v0.2.3
@@ -105,7 +103,7 @@ require (
105
103
github.com/hashicorp/go-reap v0.0.0-20170704170343-bf58d8a43e7b
106
104
github.com/hashicorp/go-version v1.6.0
107
105
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
109
107
github.com/hashicorp/hcl/v2 v2.14.0
110
108
github.com/hashicorp/terraform-config-inspect v0.0.0-20211115214459-90acf1ca460f
111
109
github.com/hashicorp/terraform-json v0.14.0
Original file line number Diff line number Diff line change @@ -939,6 +939,8 @@ github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ
939
939
github.com/hashicorp/golang-lru v0.5.1 /go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8 =
940
940
github.com/hashicorp/golang-lru/v2 v2.0.1 h1:5pv5N1lT1fjLg2VQ5KWc7kmucp2x/kvFOnxuVTqZ6x4 =
941
941
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 =
942
944
github.com/hashicorp/hcl v0.0.0-20170504190234-a4b07c25de5f /go.mod h1:oZtUIOe8dh44I2q6ScRibXws4Ajl+d+nod3AaR9vL5w =
943
945
github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4 =
944
946
github.com/hashicorp/hcl v1.0.0 /go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ =
You can’t perform that action at this time.
0 commit comments