This commit is contained in:
Prajwal Koirala 2018-12-19 11:30:49 -05:00 committed by GitHub
parent 6fbd39ea10
commit 033ad328f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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 {