|
@@ -23,18 +23,18 @@ import (
|
|
|
"sync"
|
|
|
"time"
|
|
|
|
|
|
- "github.com/fatedier/frp/models/auth"
|
|
|
- "github.com/fatedier/frp/models/config"
|
|
|
- "github.com/fatedier/frp/models/consts"
|
|
|
- frpErr "github.com/fatedier/frp/models/errors"
|
|
|
- "github.com/fatedier/frp/models/msg"
|
|
|
- plugin "github.com/fatedier/frp/models/plugin/server"
|
|
|
+ "github.com/fatedier/frp/pkg/auth"
|
|
|
+ "github.com/fatedier/frp/pkg/config"
|
|
|
+ "github.com/fatedier/frp/pkg/consts"
|
|
|
+ frpErr "github.com/fatedier/frp/pkg/errors"
|
|
|
+ "github.com/fatedier/frp/pkg/msg"
|
|
|
+ plugin "github.com/fatedier/frp/pkg/plugin/server"
|
|
|
+ "github.com/fatedier/frp/pkg/util/util"
|
|
|
+ "github.com/fatedier/frp/pkg/util/version"
|
|
|
+ "github.com/fatedier/frp/pkg/util/xlog"
|
|
|
"github.com/fatedier/frp/server/controller"
|
|
|
"github.com/fatedier/frp/server/metrics"
|
|
|
"github.com/fatedier/frp/server/proxy"
|
|
|
- "github.com/fatedier/frp/utils/util"
|
|
|
- "github.com/fatedier/frp/utils/version"
|
|
|
- "github.com/fatedier/frp/utils/xlog"
|
|
|
|
|
|
"github.com/fatedier/golib/control/shutdown"
|
|
|
"github.com/fatedier/golib/crypto"
|