mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Rename location.
This commit is contained in:
@@ -32,9 +32,9 @@ import (
|
||||
manifest "github.com/docker/distribution/manifest/schema1"
|
||||
"github.com/fsouza/go-dockerclient"
|
||||
"github.com/heroku/docker-registry-client/registry"
|
||||
"github.com/kumokit/functions/api/runner/common"
|
||||
"github.com/kumokit/functions/api/runner/common/stats"
|
||||
"github.com/kumokit/functions/api/runner/drivers"
|
||||
"github.com/treeder/functions/api/runner/common"
|
||||
"github.com/treeder/functions/api/runner/common/stats"
|
||||
"github.com/treeder/functions/api/runner/drivers"
|
||||
)
|
||||
|
||||
const hubURL = "https://registry.hub.docker.com"
|
||||
|
||||
@@ -28,7 +28,7 @@ import (
|
||||
|
||||
"github.com/Sirupsen/logrus"
|
||||
"github.com/fsouza/go-dockerclient"
|
||||
"github.com/kumokit/functions/api/runner/common"
|
||||
"github.com/treeder/functions/api/runner/common"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -23,8 +23,8 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/kumokit/functions/api/runner/common"
|
||||
"github.com/kumokit/functions/api/runner/drivers"
|
||||
"github.com/treeder/functions/api/runner/common"
|
||||
"github.com/treeder/functions/api/runner/drivers"
|
||||
"github.com/vrischmann/envconfig"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user