Rename location.

This commit is contained in:
Travis Reeder
2017-05-15 11:00:15 -07:00
parent c0b381eb96
commit 4b9bba352d
106 changed files with 274 additions and 273 deletions

View File

@@ -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

View File

@@ -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")

View File

@@ -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