rebrand: frp -> kanhole (kanhole server, kanholec client)
golangci-lint / lint (push) Failing after 1m5s
golangci-lint / lint (push) Failing after 1m5s
This commit is contained in:
@@ -15,13 +15,13 @@
|
||||
package controller
|
||||
|
||||
import (
|
||||
"github.com/fatedier/frp/pkg/nathole"
|
||||
plugin "github.com/fatedier/frp/pkg/plugin/server"
|
||||
"github.com/fatedier/frp/pkg/util/tcpmux"
|
||||
"github.com/fatedier/frp/pkg/util/vhost"
|
||||
"github.com/fatedier/frp/server/group"
|
||||
"github.com/fatedier/frp/server/ports"
|
||||
"github.com/fatedier/frp/server/visitor"
|
||||
"kanhole/pkg/nathole"
|
||||
plugin "kanhole/pkg/plugin/server"
|
||||
"kanhole/pkg/util/tcpmux"
|
||||
"kanhole/pkg/util/vhost"
|
||||
"kanhole/server/group"
|
||||
"kanhole/server/ports"
|
||||
"kanhole/server/visitor"
|
||||
)
|
||||
|
||||
// All resource managers and controllers
|
||||
|
||||
Reference in New Issue
Block a user