mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
updated worker repository ref
This commit is contained in:
@@ -4,7 +4,7 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/Sirupsen/logrus"
|
||||
titancommon "github.com/iron-io/titan/common"
|
||||
titancommon "github.com/iron-io/worker/common"
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
|
||||
@@ -15,12 +15,12 @@ import (
|
||||
"golang.org/x/net/context"
|
||||
|
||||
"github.com/Sirupsen/logrus"
|
||||
"github.com/iron-io/titan/common"
|
||||
"github.com/iron-io/titan/runner/agent"
|
||||
"github.com/iron-io/titan/runner/drivers"
|
||||
driverscommon "github.com/iron-io/titan/runner/drivers"
|
||||
"github.com/iron-io/titan/runner/drivers/docker"
|
||||
"github.com/iron-io/titan/runner/drivers/mock"
|
||||
"github.com/iron-io/worker/common"
|
||||
"github.com/iron-io/worker/runner/agent"
|
||||
"github.com/iron-io/worker/runner/drivers"
|
||||
driverscommon "github.com/iron-io/worker/runner/drivers"
|
||||
"github.com/iron-io/worker/runner/drivers/docker"
|
||||
"github.com/iron-io/worker/runner/drivers/mock"
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
|
||||
@@ -6,8 +6,8 @@ import (
|
||||
"golang.org/x/net/context"
|
||||
|
||||
dockercli "github.com/fsouza/go-dockerclient"
|
||||
"github.com/iron-io/titan/runner/drivers"
|
||||
"github.com/iron-io/titan/runner/tasker"
|
||||
"github.com/iron-io/worker/runner/drivers"
|
||||
"github.com/iron-io/worker/runner/tasker"
|
||||
)
|
||||
|
||||
type containerTask struct {
|
||||
|
||||
Reference in New Issue
Block a user