chore: fix drivers not import

This commit is contained in:
Noah Hsu
2022-08-07 13:23:15 +08:00
parent 0df3473337
commit 5b40254e3b
4 changed files with 8 additions and 7 deletions

View File

@ -6,9 +6,9 @@ package cmd
import (
"fmt"
"github.com/alist-org/alist/v3/internal/conf"
"os"
"github.com/alist-org/alist/v3/internal/conf"
"github.com/spf13/cobra"
)