From 0c421b1992c62330bef15d74cb00b279e44d0a44 Mon Sep 17 00:00:00 2001 From: Samuel Melrose Date: Tue, 7 Jun 2022 11:12:52 +0100 Subject: [PATCH] update Deprecated message --- go.mod | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 25026f4..7ee7e69 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,4 @@ -// Deprecated: PTYs are natively supported in Windows 10 October 2018 Update (version 1809) and above -// switch to https://github.com/UserExistsError/conpty -// and see this blog post for more details: -// https://devblogs.microsoft.com/commandline/windows-command-line-introducing-the-windows-pseudo-console-conpty/ +// Deprecated: PTYs are natively supported in Windows 10 October 2018 Update (version 1809) and above, switch to https://github.com/UserExistsError/conpty and see this blog post for more details: https://devblogs.microsoft.com/commandline/windows-command-line-introducing-the-windows-pseudo-console-conpty/ module github.com/iamacarpet/go-winpty go 1.18