mirror of https://github.com/cbeuw/Cloak
Fixed
This commit is contained in:
parent
6fbd39ea10
commit
033ad328f0
|
|
@ -17,9 +17,9 @@ import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"net"
|
"net"
|
||||||
|
|
||||||
"github.com/cbeuw/Cloak/internal/client"
|
"github.com/cbeuw/Cloak/tree/master/internal/client"
|
||||||
"github.com/cbeuw/Cloak/internal/client/TLS"
|
"github.com/cbeuw/Cloak/tree/master/internal/client/TLS"
|
||||||
"github.com/cbeuw/Cloak/internal/util"
|
"github.com/cbeuw/Cloak/tree/master/internal/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type UserInfo struct {
|
type UserInfo struct {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue