mirror of
https://github.com/fatedier/frp.git
synced 2026-03-24 18:59:14 +08: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