mirror of
https://github.com/rwinkhart/peercred-mini.git
synced 2026-08-31 06:16:38 -04:00
Replace sys fork with new one; bump sys to v0.35.0
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
module github.com/rwinkhart/peercred-mini
|
||||
|
||||
go 1.24.3
|
||||
go 1.24.6
|
||||
|
||||
require (
|
||||
github.com/Microsoft/go-winio v0.6.2
|
||||
golang.org/x/sys v0.33.0
|
||||
golang.org/x/sys v0.35.0
|
||||
)
|
||||
|
||||
replace golang.org/x/sys => github.com/rwinkhart/sys-freebsd-13-xucred v0.33.0
|
||||
replace golang.org/x/sys => github.com/rwinkhart/sys v0.35.0
|
||||
|
||||
replace github.com/Microsoft/go-winio => github.com/rwinkhart/go-winio-easy-pipe-handles v0.0.0-20250407031321-96994a0e8410
|
||||
|
||||
Reference in New Issue
Block a user