mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Rename location.
This commit is contained in:
@@ -3,7 +3,7 @@ package protocol
|
||||
import (
|
||||
"context"
|
||||
|
||||
"github.com/kumokit/functions/api/runner/task"
|
||||
"github.com/treeder/functions/api/runner/task"
|
||||
)
|
||||
|
||||
// DefaultProtocol is the protocol used by cold-containers
|
||||
|
||||
@@ -5,8 +5,8 @@ import (
|
||||
"errors"
|
||||
"io"
|
||||
|
||||
"github.com/kumokit/functions/api/models"
|
||||
"github.com/kumokit/functions/api/runner/task"
|
||||
"github.com/treeder/functions/api/models"
|
||||
"github.com/treeder/functions/api/runner/task"
|
||||
)
|
||||
|
||||
var errInvalidProtocol = errors.New("Invalid Protocol")
|
||||
|
||||
@@ -10,8 +10,8 @@ import (
|
||||
"net/http/httputil"
|
||||
"time"
|
||||
|
||||
"github.com/kumokit/functions/api/models"
|
||||
"github.com/kumokit/functions/api/runner/task"
|
||||
"github.com/treeder/functions/api/models"
|
||||
"github.com/treeder/functions/api/runner/task"
|
||||
)
|
||||
|
||||
// HTTPProtocol converts stdin/stdout streams into HTTP/1.1 compliant
|
||||
|
||||
Reference in New Issue
Block a user