Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0ef4f42

Browse files
committed
Bring in conpty
1 parent 03ea70c commit 0ef4f42

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ require (
8383
github.com/hashicorp/hcl v1.0.0 // indirect
8484
github.com/hashicorp/hcl/v2 v2.11.1 // indirect
8585
github.com/hashicorp/terraform-json v0.13.0 // indirect
86+
github.com/hashicorp/waypoint-plugin-sdk v0.0.0-20211215195648-c102a1bdc48a // indirect
8687
github.com/imdario/mergo v0.3.12 // indirect
8788
github.com/inconshreveable/mousetrap v1.0.0 // indirect
8889
github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,8 @@ github.com/hashicorp/serf v0.9.5/go.mod h1:UWDWwZeL5cuWDJdl0C6wrvrUwEqtQ4ZKBKKEN
713713
github.com/hashicorp/serf v0.9.6/go.mod h1:TXZNMjZQijwlDvp+r0b63xZ45H7JmCmgg4gpTwn9UV4=
714714
github.com/hashicorp/terraform-json v0.13.0 h1:Li9L+lKD1FO5RVFRM1mMMIBDoUHslOniyEi5CM+FWGY=
715715
github.com/hashicorp/terraform-json v0.13.0/go.mod h1:y5OdLBCT+rxbwnpxZs9kGL7R9ExU76+cpdY8zHwoazk=
716+
github.com/hashicorp/waypoint-plugin-sdk v0.0.0-20211215195648-c102a1bdc48a h1:MTY4JM468U+kiLR/gE87ksoDsyXxFtKTJzrVJOQLGuA=
717+
github.com/hashicorp/waypoint-plugin-sdk v0.0.0-20211215195648-c102a1bdc48a/go.mod h1:uww81X0N6GbvpStFde5N1nTE7XwTNHhwVTEcpMBQDjw=
716718
github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87 h1:xixZ2bWeofWV68J+x6AzmKuVM/JWCQwkWm6GW/MUR6I=
717719
github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87/go.mod h1:CtWFDAQgb7dxtzFs4tWbplKIe2jSi3+5vKbgIO0SLnQ=
718720
github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU=

0 commit comments

Comments
 (0)