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

@ -2,12 +2,13 @@ package cmd
import (
"fmt"
"github.com/alist-org/alist/v3/cmd/flags"
_ "github.com/alist-org/alist/v3/drivers"
"github.com/alist-org/alist/v3/internal/conf"
"github.com/alist-org/alist/v3/server"
"github.com/gin-gonic/gin"
log "github.com/sirupsen/logrus"
"github.com/spf13/cobra"
)