mirror of
https://github.com/fatedier/frp.git
synced 2025-07-09 07:19:54 +07:00
Change internal package import to github/fatedier
This commit is contained in:
@ -3,8 +3,8 @@ package models
|
||||
import (
|
||||
"encoding/json"
|
||||
|
||||
"frp/pkg/utils/conn"
|
||||
"frp/pkg/utils/log"
|
||||
"github.com/fatedier/frp/pkg/utils/conn"
|
||||
"github.com/fatedier/frp/pkg/utils/log"
|
||||
)
|
||||
|
||||
type ProxyClient struct {
|
||||
|
@ -4,8 +4,8 @@ import (
|
||||
"sync"
|
||||
"container/list"
|
||||
|
||||
"frp/pkg/utils/conn"
|
||||
"frp/pkg/utils/log"
|
||||
"github.com/fatedier/frp/pkg/utils/conn"
|
||||
"github.com/fatedier/frp/pkg/utils/log"
|
||||
)
|
||||
|
||||
const (
|
||||
|
@ -7,7 +7,7 @@ import (
|
||||
"sync"
|
||||
"io"
|
||||
|
||||
"frp/pkg/utils/log"
|
||||
"github.com/fatedier/frp/pkg/utils/log"
|
||||
)
|
||||
|
||||
type Listener struct {
|
||||
|
Reference in New Issue
Block a user