chore(deps): switch the dependency from KirCute/sftpd-alist to OpenListTeam/sftpd-openlist (#64)

This commit is contained in:
KirCute
2025-06-14 16:04:13 +08:00
committed by GitHub
parent da1cfd1945
commit 2965915bed
5 changed files with 6 additions and 6 deletions

View File

@ -13,13 +13,13 @@ import (
"syscall"
"time"
"github.com/KirCute/sftpd-alist"
"github.com/OpenListTeam/OpenList/cmd/flags"
"github.com/OpenListTeam/OpenList/internal/bootstrap"
"github.com/OpenListTeam/OpenList/internal/conf"
"github.com/OpenListTeam/OpenList/internal/fs"
"github.com/OpenListTeam/OpenList/pkg/utils"
"github.com/OpenListTeam/OpenList/server"
"github.com/OpenListTeam/sftpd-openlist"
ftpserver "github.com/fclairamb/ftpserverlib"
"github.com/gin-gonic/gin"
log "github.com/sirupsen/logrus"