rebrand: frp -> kanhole (kanhole server, kanholec client)
golangci-lint / lint (push) Failing after 1m5s

This commit is contained in:
kannn
2026-05-29 09:05:34 +00:00
Unverified
parent a0a42a4966
commit 2cd3052da1
265 changed files with 949 additions and 962 deletions
+25 -25
View File
@@ -32,31 +32,31 @@ import (
quic "github.com/quic-go/quic-go"
"github.com/samber/lo"
"github.com/fatedier/frp/pkg/auth"
v1 "github.com/fatedier/frp/pkg/config/v1"
modelmetrics "github.com/fatedier/frp/pkg/metrics"
"github.com/fatedier/frp/pkg/msg"
"github.com/fatedier/frp/pkg/nathole"
plugin "github.com/fatedier/frp/pkg/plugin/server"
"github.com/fatedier/frp/pkg/proto/wire"
"github.com/fatedier/frp/pkg/ssh"
"github.com/fatedier/frp/pkg/transport"
httppkg "github.com/fatedier/frp/pkg/util/http"
"github.com/fatedier/frp/pkg/util/log"
netpkg "github.com/fatedier/frp/pkg/util/net"
"github.com/fatedier/frp/pkg/util/tcpmux"
"github.com/fatedier/frp/pkg/util/util"
"github.com/fatedier/frp/pkg/util/version"
"github.com/fatedier/frp/pkg/util/vhost"
"github.com/fatedier/frp/pkg/util/xlog"
"github.com/fatedier/frp/server/admin"
"github.com/fatedier/frp/server/controller"
"github.com/fatedier/frp/server/group"
"github.com/fatedier/frp/server/metrics"
"github.com/fatedier/frp/server/ports"
"github.com/fatedier/frp/server/proxy"
"github.com/fatedier/frp/server/registry"
"github.com/fatedier/frp/server/visitor"
"kanhole/pkg/auth"
v1 "kanhole/pkg/config/v1"
modelmetrics "kanhole/pkg/metrics"
"kanhole/pkg/msg"
"kanhole/pkg/nathole"
plugin "kanhole/pkg/plugin/server"
"kanhole/pkg/proto/wire"
"kanhole/pkg/ssh"
"kanhole/pkg/transport"
httppkg "kanhole/pkg/util/http"
"kanhole/pkg/util/log"
netpkg "kanhole/pkg/util/net"
"kanhole/pkg/util/tcpmux"
"kanhole/pkg/util/util"
"kanhole/pkg/util/version"
"kanhole/pkg/util/vhost"
"kanhole/pkg/util/xlog"
"kanhole/server/admin"
"kanhole/server/controller"
"kanhole/server/group"
"kanhole/server/metrics"
"kanhole/server/ports"
"kanhole/server/proxy"
"kanhole/server/registry"
"kanhole/server/visitor"
)
const (