added webdav

This commit is contained in:
ston1th 2022-03-14 22:58:36 +01:00
commit 78bd754298
25 changed files with 7783 additions and 90 deletions

1
go.mod
View file

@ -4,5 +4,6 @@ go 1.17
require (
github.com/go-logr/logr v1.2.2
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
k8s.io/klog/v2 v2.40.1
)