mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Rename location.
This commit is contained in:
@@ -14,12 +14,12 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/Sirupsen/logrus"
|
||||
"github.com/kumokit/functions/api/runner/common"
|
||||
"github.com/kumokit/functions/api/runner/drivers"
|
||||
driverscommon "github.com/kumokit/functions/api/runner/drivers"
|
||||
"github.com/kumokit/functions/api/runner/drivers/docker"
|
||||
"github.com/kumokit/functions/api/runner/drivers/mock"
|
||||
"github.com/kumokit/functions/api/runner/task"
|
||||
"github.com/treeder/functions/api/runner/common"
|
||||
"github.com/treeder/functions/api/runner/drivers"
|
||||
driverscommon "github.com/treeder/functions/api/runner/drivers"
|
||||
"github.com/treeder/functions/api/runner/drivers/docker"
|
||||
"github.com/treeder/functions/api/runner/drivers/mock"
|
||||
"github.com/treeder/functions/api/runner/task"
|
||||
)
|
||||
|
||||
type Runner struct {
|
||||
|
||||
Reference in New Issue
Block a user