Update go.mod
This commit is contained in:
@@ -6,9 +6,9 @@ package carddav
|
||||
import (
|
||||
"time"
|
||||
|
||||
"git.ma-al.com/maal/go-webdav"
|
||||
"git.ma-al.com/maal/go-webdav/internal"
|
||||
"github.com/emersion/go-vcard"
|
||||
"github.com/emersion/go-webdav"
|
||||
"github.com/emersion/go-webdav/internal"
|
||||
)
|
||||
|
||||
var CapabilityAddressBook = webdav.Capability("addressbook")
|
||||
|
@@ -8,8 +8,8 @@ import (
|
||||
"strings"
|
||||
"testing"
|
||||
|
||||
"git.ma-al.com/maal/go-webdav"
|
||||
"github.com/emersion/go-vcard"
|
||||
"github.com/emersion/go-webdav"
|
||||
)
|
||||
|
||||
type testBackend struct {
|
||||
|
@@ -11,9 +11,9 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"git.ma-al.com/maal/go-webdav"
|
||||
"git.ma-al.com/maal/go-webdav/internal"
|
||||
"github.com/emersion/go-vcard"
|
||||
"github.com/emersion/go-webdav"
|
||||
"github.com/emersion/go-webdav/internal"
|
||||
)
|
||||
|
||||
// DiscoverContextURL performs a DNS-based CardDAV service discovery as
|
||||
|
@@ -4,7 +4,7 @@ import (
|
||||
"encoding/xml"
|
||||
"fmt"
|
||||
|
||||
"github.com/emersion/go-webdav/internal"
|
||||
"git.ma-al.com/maal/go-webdav/internal"
|
||||
)
|
||||
|
||||
const namespace = "urn:ietf:params:xml:ns:carddav"
|
||||
|
@@ -11,9 +11,9 @@ import (
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
"git.ma-al.com/maal/go-webdav"
|
||||
"git.ma-al.com/maal/go-webdav/internal"
|
||||
"github.com/emersion/go-vcard"
|
||||
"github.com/emersion/go-webdav"
|
||||
"github.com/emersion/go-webdav/internal"
|
||||
)
|
||||
|
||||
type PutAddressObjectOptions struct {
|
||||
|
Reference in New Issue
Block a user