Skip to content

Commit

Permalink
deprecate Go module
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacarpet committed Jun 7, 2022
1 parent c5e4f37 commit bcc923c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// 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

require github.com/gorilla/websocket v1.5.0
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=
github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=

0 comments on commit bcc923c

Please sign in to comment.