Просмотр исходного кода

Point imports to new gotapdance repo

- Temporary vendor patch.
Rod Hynes 6 лет назад
Родитель
Сommit
6d4d62dec2

+ 1 - 1
vendor/github.com/refraction-networking/gotapdance/tapdance/assets.go

@@ -13,7 +13,7 @@ import (
 	"sync"
 	"sync"
 
 
 	"github.com/golang/protobuf/proto"
 	"github.com/golang/protobuf/proto"
-	pb "github.com/sergeyfrolov/gotapdance/protobuf"
+	pb "github.com/refraction-networking/gotapdance/protobuf"
 )
 )
 
 
 type assets struct {
 type assets struct {

+ 1 - 1
vendor/github.com/refraction-networking/gotapdance/tapdance/conn_flow.go

@@ -18,8 +18,8 @@ import (
 	"time"
 	"time"
 
 
 	"github.com/golang/protobuf/proto"
 	"github.com/golang/protobuf/proto"
+	pb "github.com/refraction-networking/gotapdance/protobuf"
 	"github.com/sergeyfrolov/bsbuffer"
 	"github.com/sergeyfrolov/bsbuffer"
-	pb "github.com/sergeyfrolov/gotapdance/protobuf"
 )
 )
 
 
 // TapdanceFlowConn represents single TapDance flow.
 // TapdanceFlowConn represents single TapDance flow.

+ 1 - 1
vendor/github.com/refraction-networking/gotapdance/tapdance/conn_raw.go

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