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:
@@ -5,12 +5,12 @@ package enttest
|
||||
import (
|
||||
"context"
|
||||
|
||||
"github.com/fatedier/frp/pkg/db/ent"
|
||||
"kanhole/pkg/db/ent"
|
||||
// required by schema hooks.
|
||||
_ "github.com/fatedier/frp/pkg/db/ent/runtime"
|
||||
_ "kanhole/pkg/db/ent/runtime"
|
||||
|
||||
"entgo.io/ent/dialect/sql/schema"
|
||||
"github.com/fatedier/frp/pkg/db/ent/migrate"
|
||||
"kanhole/pkg/db/ent/migrate"
|
||||
)
|
||||
|
||||
type (
|
||||
|
||||
Reference in New Issue
Block a user