This commit is contained in:
Artur Gurgul 2025-04-24 20:53:37 +02:00 committed by Artur Gurgul
commit a0a338067b
16 changed files with 898 additions and 0 deletions

7
go.mod Normal file
View file

@ -0,0 +1,7 @@
module webdav
go 1.23.0
toolchain go1.23.1
require golang.org/x/net v0.37.0