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:
@@ -8,15 +8,15 @@ import (
|
||||
|
||||
_ "github.com/onsi/ginkgo/v2"
|
||||
|
||||
"github.com/fatedier/frp/pkg/util/log"
|
||||
"kanhole/pkg/util/log"
|
||||
// test source
|
||||
"github.com/fatedier/frp/test/e2e/framework"
|
||||
_ "github.com/fatedier/frp/test/e2e/legacy/basic"
|
||||
_ "github.com/fatedier/frp/test/e2e/legacy/features"
|
||||
_ "github.com/fatedier/frp/test/e2e/legacy/plugin"
|
||||
_ "github.com/fatedier/frp/test/e2e/v1/basic"
|
||||
_ "github.com/fatedier/frp/test/e2e/v1/features"
|
||||
_ "github.com/fatedier/frp/test/e2e/v1/plugin"
|
||||
"kanhole/test/e2e/framework"
|
||||
_ "kanhole/test/e2e/legacy/basic"
|
||||
_ "kanhole/test/e2e/legacy/features"
|
||||
_ "kanhole/test/e2e/legacy/plugin"
|
||||
_ "kanhole/test/e2e/v1/basic"
|
||||
_ "kanhole/test/e2e/v1/features"
|
||||
_ "kanhole/test/e2e/v1/plugin"
|
||||
)
|
||||
|
||||
// handleFlags sets up all flags and parses the command line.
|
||||
|
||||
Reference in New Issue
Block a user