Bump dependencies; document FreeBSD+Windows module replacements

This commit is contained in:
2026-02-09 22:45:58 -05:00
parent 6f8141d6dd
commit dbfec3b41e
3 changed files with 13 additions and 8 deletions
+5
View File
@@ -1,2 +1,7 @@
# peercred-mini
A simple module for getting the PID and UID of processes accessing UNIX domain sockets and Windows named pipes.
# IMPORTANT - READ FOR FreeBSD+Windows SUPPORT!
There are replacements in the `go.mod` for this module. Make sure you maintain those
same replacements in your importing module, otherwise FreeBSD and Windows support will break
(support for those operating systems requires patched modules).