mirror of
				https://github.com/go-micro/go-micro.git
				synced 2025-10-30 23:27:41 +02:00 
			
		
		
		
	update links
This commit is contained in:
		| @@ -10,7 +10,7 @@ import ( | ||||
|  | ||||
| 	"github.com/fsouza/go-dockerclient" | ||||
| 	"github.com/micro/go-log" | ||||
| 	"github.com/micro/go-run/package" | ||||
| 	"github.com/micro/go-micro/runtime/package" | ||||
| ) | ||||
|  | ||||
| type Packager struct { | ||||
|   | ||||
| @@ -6,7 +6,7 @@ import ( | ||||
| 	"os/exec" | ||||
| 	"path/filepath" | ||||
|  | ||||
| 	"github.com/micro/go-run/package" | ||||
| 	"github.com/micro/go-micro/runtime/package" | ||||
| ) | ||||
|  | ||||
| type Packager struct { | ||||
|   | ||||
| @@ -2,7 +2,7 @@ | ||||
| package packager | ||||
|  | ||||
| import ( | ||||
| 	"github.com/micro/go-run/source" | ||||
| 	"github.com/micro/go-micro/runtime/source" | ||||
| ) | ||||
|  | ||||
| // Package builds binaries | ||||
|   | ||||
| @@ -7,7 +7,7 @@ import ( | ||||
| 	"os/exec" | ||||
| 	"strconv" | ||||
|  | ||||
| 	"github.com/micro/go-run/process" | ||||
| 	"github.com/micro/go-micro/runtime/process" | ||||
| ) | ||||
|  | ||||
| type Process struct { | ||||
|   | ||||
| @@ -4,7 +4,7 @@ package process | ||||
| import ( | ||||
| 	"io" | ||||
|  | ||||
| 	"github.com/micro/go-run/package" | ||||
| 	"github.com/micro/go-micro/runtime/package" | ||||
| ) | ||||
|  | ||||
| // Process manages a running process | ||||
|   | ||||
| @@ -6,7 +6,7 @@ import ( | ||||
| 	"path/filepath" | ||||
| 	"strings" | ||||
|  | ||||
| 	"github.com/micro/go-run/source" | ||||
| 	"github.com/micro/go-micro/runtime/source" | ||||
| 	"gopkg.in/src-d/go-git.v4" | ||||
| ) | ||||
|  | ||||
|   | ||||
| @@ -7,7 +7,7 @@ import ( | ||||
| 	"path/filepath" | ||||
| 	"strings" | ||||
|  | ||||
| 	"github.com/micro/go-run/source" | ||||
| 	"github.com/micro/go-micro/runtime/source" | ||||
| ) | ||||
|  | ||||
| type Source struct { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user