mirror of https://github.com/cbeuw/Cloak
Update TLS.go
This commit is contained in:
parent
6fbd39ea10
commit
6dafd7ffd4
|
|
@ -2,8 +2,8 @@ package TLS
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/binary"
|
"encoding/binary"
|
||||||
"github.com/cbeuw/Cloak/internal/client"
|
"github.com/cbeuw/Cloak/tree/master/internal/client"
|
||||||
"github.com/cbeuw/Cloak/internal/util"
|
"github.com/cbeuw/Cloak/tree/master/internal/util"
|
||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue