update module path to safedep/ptyx (#130)

This commit is contained in:
Sahil Bansal
2026-01-19 14:33:37 +05:30
committed by GitHub
parent ff4a4a4734
commit cc2dd993ed
3 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"os"
"strings"
"github.com/KennethanCeyer/ptyx"
"github.com/safedep/ptyx"
"golang.org/x/term"
)