-> drives/sync (#438)

This commit is contained in:
Michael Quigley 2024-01-11 10:06:49 -05:00
parent 6a1f429749
commit 3b35250024
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62
8 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@ package main
import (
"fmt"
"github.com/openziti/zrok/drives/sync"
"github.com/openziti/zrok/environment"
"github.com/openziti/zrok/sdk/golang/sdk"
"github.com/openziti/zrok/tui"
"github.com/openziti/zrok/util/sync"
"github.com/spf13/cobra"
"net/url"
)

View File

@ -3,10 +3,10 @@ package main
import (
"fmt"
"github.com/jedib0t/go-pretty/v6/table"
"github.com/openziti/zrok/drives/sync"
"github.com/openziti/zrok/environment"
"github.com/openziti/zrok/tui"
"github.com/openziti/zrok/util"
"github.com/openziti/zrok/util/sync"
"github.com/spf13/cobra"
"net/url"
"os"