Move store to data/store
This commit is contained in:
		| @@ -7,7 +7,7 @@ import ( | |||||||
| 
 | 
 | ||||||
| 	"github.com/hashicorp/consul/api" | 	"github.com/hashicorp/consul/api" | ||||||
| 	"github.com/micro/go-micro/config/options" | 	"github.com/micro/go-micro/config/options" | ||||||
| 	"github.com/micro/go-micro/store" | 	"github.com/micro/go-micro/data/store" | ||||||
| ) | ) | ||||||
| 
 | 
 | ||||||
| type ckv struct { | type ckv struct { | ||||||
| @@ -6,7 +6,7 @@ import ( | |||||||
| 	"time" | 	"time" | ||||||
| 
 | 
 | ||||||
| 	"github.com/micro/go-micro/config/options" | 	"github.com/micro/go-micro/config/options" | ||||||
| 	"github.com/micro/go-micro/store" | 	"github.com/micro/go-micro/data/store" | ||||||
| ) | ) | ||||||
| 
 | 
 | ||||||
| type memoryStore struct { | type memoryStore struct { | ||||||
| @@ -6,8 +6,8 @@ import ( | |||||||
| 	"encoding/json" | 	"encoding/json" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	"github.com/micro/go-micro/store" | 	"github.com/micro/go-micro/data/store" | ||||||
| 	ckv "github.com/micro/go-micro/store/consul" | 	ckv "github.com/micro/go-micro/data/store/consul" | ||||||
| 	lock "github.com/micro/go-micro/sync/lock/consul" | 	lock "github.com/micro/go-micro/sync/lock/consul" | ||||||
| ) | ) | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| package sync | package sync | ||||||
|  |  | ||||||
| import ( | import ( | ||||||
| 	"github.com/micro/go-micro/store" | 	"github.com/micro/go-micro/data/store" | ||||||
| 	"github.com/micro/go-micro/sync/leader" | 	"github.com/micro/go-micro/sync/leader" | ||||||
| 	"github.com/micro/go-micro/sync/lock" | 	"github.com/micro/go-micro/sync/lock" | ||||||
| 	"github.com/micro/go-micro/sync/time" | 	"github.com/micro/go-micro/sync/time" | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
| package sync | package sync | ||||||
|  |  | ||||||
| import ( | import ( | ||||||
| 	"github.com/micro/go-micro/store" | 	"github.com/micro/go-micro/data/store" | ||||||
| 	"github.com/micro/go-micro/sync/leader" | 	"github.com/micro/go-micro/sync/leader" | ||||||
| 	"github.com/micro/go-micro/sync/lock" | 	"github.com/micro/go-micro/sync/lock" | ||||||
| 	"github.com/micro/go-micro/sync/task" | 	"github.com/micro/go-micro/sync/task" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user