mirror of
https://github.com/fatedier/frp.git
synced 2025-07-30 14:49:59 +07:00
Change internal package import to github/fatedier
This commit is contained in:
@ -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 (
|
||||
|
Reference in New Issue
Block a user