more use our fork (#438)

This commit is contained in:
Michael Quigley 2023-11-30 12:37:17 -05:00
parent 6f3e217196
commit 9d80e1cf66
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ package main
import ( import (
"flag" "flag"
"fmt" "fmt"
"golang.org/x/net/webdav" "github.com/openziti/zrok/endpoints/drive/webdav"
"log" "log"
"net/http" "net/http"
"net/url" "net/url"

View File

@ -3,7 +3,7 @@ package sync
import ( import (
"context" "context"
"fmt" "fmt"
"golang.org/x/net/webdav" "github.com/openziti/zrok/endpoints/drive/webdav"
"io" "io"
"io/fs" "io/fs"
"os" "os"