add pledge call on OpenBSD

This commit is contained in:
octeep 2022-03-31 19:46:59 +01:00 committed by octeep
parent 4e0369eb4c
commit 50ba66c898
3 changed files with 24 additions and 1 deletions

1
go.mod
View file

@ -21,4 +21,5 @@ require (
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224 // indirect
suah.dev/protect v1.2.0 // indirect
)