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"