From 84a72320e2309c6e3f60574e22cb61a5eefd9c15 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 27 Dec 2023 23:32:49 +0100 Subject: Upgrade go-webdav --- go.mod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index e9b7200..5abe4a6 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/emersion/go-sasl v0.0.0-20220912192320-0145f2c60ead github.com/emersion/go-smtp v0.18.1 github.com/emersion/go-vcard v0.0.0-20230815062825-8fda7d206ec9 - github.com/emersion/go-webdav v0.4.0 + github.com/emersion/go-webdav v0.4.1-0.20231227221649-7e076258d6c1 github.com/fernet/fernet-go v0.0.0-20211208181803-9f70042a33ee github.com/google/uuid v1.3.1 github.com/kr/pretty v0.1.0 // indirect @@ -23,7 +23,6 @@ require ( github.com/olekukonko/tablewriter v0.0.5 // indirect github.com/rivo/uniseg v0.4.4 // indirect github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect - github.com/teambition/rrule-go v1.8.2 // indirect github.com/yuin/gopher-lua v1.1.0 gitlab.com/golang-commonmark/linkify v0.0.0-20200225224916-64bca66f6ad3 golang.org/x/net v0.15.0 -- cgit v1.2.3-59-g8ed1b