Switch to fork of golang.org/x/sys to allow getting PIDs

This commit is contained in:
2025-04-04 21:29:31 -04:00
parent 5dc435a56a
commit 0e071fcd68
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"net"
"strconv"
"github.com/rwinkhart/sys/unix"
"github.com/rwinkhart/sys-freebsd-13-xucred/unix"
)
func getUnix(c *net.UnixConn) (*Creds, error) {