update links

This commit is contained in:
Asim Aslam 2019-05-31 00:27:41 +01:00
parent c567d1ceb3
commit c90d0eff0a
7 changed files with 7 additions and 7 deletions

View File

@ -10,7 +10,7 @@ import (
"github.com/fsouza/go-dockerclient" "github.com/fsouza/go-dockerclient"
"github.com/micro/go-log" "github.com/micro/go-log"
"github.com/micro/go-run/package" "github.com/micro/go-micro/runtime/package"
) )
type Packager struct { type Packager struct {

View File

@ -6,7 +6,7 @@ import (
"os/exec" "os/exec"
"path/filepath" "path/filepath"
"github.com/micro/go-run/package" "github.com/micro/go-micro/runtime/package"
) )
type Packager struct { type Packager struct {

View File

@ -2,7 +2,7 @@
package packager package packager
import ( import (
"github.com/micro/go-run/source" "github.com/micro/go-micro/runtime/source"
) )
// Package builds binaries // Package builds binaries

View File

@ -7,7 +7,7 @@ import (
"os/exec" "os/exec"
"strconv" "strconv"
"github.com/micro/go-run/process" "github.com/micro/go-micro/runtime/process"
) )
type Process struct { type Process struct {

View File

@ -4,7 +4,7 @@ package process
import ( import (
"io" "io"
"github.com/micro/go-run/package" "github.com/micro/go-micro/runtime/package"
) )
// Process manages a running process // Process manages a running process

View File

@ -6,7 +6,7 @@ import (
"path/filepath" "path/filepath"
"strings" "strings"
"github.com/micro/go-run/source" "github.com/micro/go-micro/runtime/source"
"gopkg.in/src-d/go-git.v4" "gopkg.in/src-d/go-git.v4"
) )

View File

@ -7,7 +7,7 @@ import (
"path/filepath" "path/filepath"
"strings" "strings"
"github.com/micro/go-run/source" "github.com/micro/go-micro/runtime/source"
) )
type Source struct { type Source struct {