|  | @@ -10,6 +10,7 @@ import (
 | 
											
												
													
														|  |  	"golang.org/x/net/proxy"
 |  |  	"golang.org/x/net/proxy"
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  	"github.com/v2ray/v2ray-core/app/point"
 |  |  	"github.com/v2ray/v2ray-core/app/point"
 | 
											
												
													
														|  | 
 |  | +	"github.com/v2ray/v2ray-core/app/point/config/testing/mocks"
 | 
											
												
													
														|  |  	"github.com/v2ray/v2ray-core/common/alloc"
 |  |  	"github.com/v2ray/v2ray-core/common/alloc"
 | 
											
												
													
														|  |  	v2net "github.com/v2ray/v2ray-core/common/net"
 |  |  	v2net "github.com/v2ray/v2ray-core/common/net"
 | 
											
												
													
														|  |  	v2nettesting "github.com/v2ray/v2ray-core/common/net/testing"
 |  |  	v2nettesting "github.com/v2ray/v2ray-core/common/net/testing"
 | 
											
										
											
												
													
														|  | @@ -17,7 +18,6 @@ import (
 | 
											
												
													
														|  |  	_ "github.com/v2ray/v2ray-core/proxy/socks"
 |  |  	_ "github.com/v2ray/v2ray-core/proxy/socks"
 | 
											
												
													
														|  |  	"github.com/v2ray/v2ray-core/proxy/socks/config/json"
 |  |  	"github.com/v2ray/v2ray-core/proxy/socks/config/json"
 | 
											
												
													
														|  |  	proxymocks "github.com/v2ray/v2ray-core/proxy/testing/mocks"
 |  |  	proxymocks "github.com/v2ray/v2ray-core/proxy/testing/mocks"
 | 
											
												
													
														|  | -	"github.com/v2ray/v2ray-core/testing/mocks"
 |  | 
 | 
											
												
													
														|  |  	"github.com/v2ray/v2ray-core/testing/servers/tcp"
 |  |  	"github.com/v2ray/v2ray-core/testing/servers/tcp"
 | 
											
												
													
														|  |  	"github.com/v2ray/v2ray-core/testing/servers/udp"
 |  |  	"github.com/v2ray/v2ray-core/testing/servers/udp"
 | 
											
												
													
														|  |  	"github.com/v2ray/v2ray-core/testing/unit"
 |  |  	"github.com/v2ray/v2ray-core/testing/unit"
 |