From c35100f2eb662ebceea12fdd05a32e690c378eea Mon Sep 17 00:00:00 2001 From: Beni Cherniavsky-Paskin Date: Wed, 16 Dec 2020 16:34:27 +0200 Subject: [PATCH] Correct upstream import https://github.com/onsi/ginkgo/tree/master/reporters/stenographer/support/go-isatty/ is an older copy of upstream https://github.com/mattn/go-isatty/ --- pkg/arguments/arguments.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/arguments/arguments.go b/pkg/arguments/arguments.go index 9753a520..4f41ceb6 100644 --- a/pkg/arguments/arguments.go +++ b/pkg/arguments/arguments.go @@ -26,7 +26,7 @@ import ( "reflect" "strings" - isatty "github.com/onsi/ginkgo/reporters/stenographer/support/go-isatty" + isatty "github.com/mattn/go-isatty" sdk "github.com/openshift-online/ocm-sdk-go" "github.com/spf13/pflag" "k8s.io/apimachinery/pkg/util/sets"