implemented pledge and unveil on openbsd
This commit is contained in:
parent
3f1752e961
commit
0c4376ec32
205 changed files with 19126 additions and 4610 deletions
3
go.mod
3
go.mod
|
|
@ -3,12 +3,13 @@ module cachefs
|
|||
go 1.18
|
||||
|
||||
require (
|
||||
git.giftfish.de/ston1th/godrop/v2 v2.1.1
|
||||
github.com/go-logr/logr v1.2.2
|
||||
github.com/pkg/sftp v1.13.4
|
||||
golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29
|
||||
golang.org/x/exp v0.0.0-20220314205449-43aec2f8a4e7
|
||||
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
|
||||
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
|
||||
golang.org/x/sys v0.0.0-20221006211917-84dc82d7e875
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
k8s.io/klog/v2 v2.40.1
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue