refactor: cast包替换

This commit is contained in:
meilin.huang
2025-06-27 12:17:45 +08:00
parent 54d3a5b368
commit f7480f3bac
60 changed files with 91 additions and 94 deletions

View File

@@ -5,8 +5,8 @@ import (
"mayfly-go/pkg/logx"
"strings"
"github.com/may-fly/cast"
"github.com/pkg/sftp"
"github.com/spf13/cast"
"golang.org/x/crypto/ssh"
)