mirror of
https://github.com/openziti/zrok.git
synced 2024-12-23 07:09:12 +01:00
more use our fork (#438)
This commit is contained in:
parent
6f3e217196
commit
9d80e1cf66
@ -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"
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user