fix import paths for v2 release
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
		@@ -3,9 +3,9 @@ package server
 | 
			
		||||
import (
 | 
			
		||||
	"bytes"
 | 
			
		||||
 | 
			
		||||
	"github.com/micro/go-micro/codec"
 | 
			
		||||
	"github.com/micro/go-micro/transport"
 | 
			
		||||
	"github.com/micro/go-micro/util/buf"
 | 
			
		||||
	"github.com/micro/go-micro/v2/codec"
 | 
			
		||||
	"github.com/micro/go-micro/v2/transport"
 | 
			
		||||
	"github.com/micro/go-micro/v2/util/buf"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
type rpcRequest struct {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user