|
@@ -17,8 +17,8 @@ import (
|
|
|
"time"
|
|
"time"
|
|
|
|
|
|
|
|
"github.com/golang/protobuf/proto"
|
|
"github.com/golang/protobuf/proto"
|
|
|
|
|
+ pb "github.com/refraction-networking/gotapdance/protobuf"
|
|
|
"github.com/refraction-networking/utls"
|
|
"github.com/refraction-networking/utls"
|
|
|
- pb "github.com/sergeyfrolov/gotapdance/protobuf"
|
|
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
// Simply establishes TLS and TapDance connection.
|
|
// Simply establishes TLS and TapDance connection.
|