Update TLS.go

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

View File

@ -2,8 +2,8 @@ package TLS
import (
"encoding/binary"
"github.com/cbeuw/Cloak/internal/client"
"github.com/cbeuw/Cloak/internal/util"
"github.com/cbeuw/Cloak/tree/master/internal/client"
"github.com/cbeuw/Cloak/tree/master/internal/util"
"time"
)