Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit c12abe4

Browse files
committed
Update go term lib with windows support to get terminal size
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
1 parent cca87b5 commit c12abe4

File tree

2 files changed

+473
-4
lines changed

2 files changed

+473
-4
lines changed

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/Microsoft/go-winio v0.4.15
1616
github.com/aws/aws-sdk-go v1.35.33
1717
github.com/awslabs/goformation/v4 v4.15.6
18-
github.com/buger/goterm v0.0.0-20200322175922-2f3e71b85129
18+
github.com/buger/goterm v0.0.0-20210401101153-bb646f17c0b6
1919
github.com/cnabio/cnab-to-oci v0.3.1-beta1
2020
github.com/compose-spec/compose-go v0.0.0-20210322090015-6166d06f9ce2
2121
github.com/containerd/console v1.0.1
@@ -73,3 +73,5 @@ require (
7373

7474
// (for buildx)
7575
replace github.com/jaguilar/vt100 => github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305
76+
77+
replace github.com/buger/goterm => github.com/gtardif/goterm v0.0.0-20210401142603-996d8fa9bfa8

0 commit comments

Comments
 (0)