Skip to content

Commit

Permalink
doc: add gomod replace comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Sep 22, 2023
1 parent d487a49 commit 296f017
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ module github.com/aymanbagabas/go-pty

go 1.20

// The replace fork includes these changes:
// - https://github.com/creack/pty/pull/168: Use upstream compiler for linux/riscv64 and freebsd/riscv64
// - https://github.com/creack/pty/pull/167: Avoid calls to (*os.File).Fd() and operations on raw file descriptor ints
replace github.com/creack/pty => github.com/aymanbagabas/pty v1.1.19-0.20230922024246-7bc6991e768a

require (
Expand Down

0 comments on commit 296f017

Please sign in to comment.