Moved runner into this repo, update dep files and now builds.

This commit is contained in:
Travis Reeder
2017-04-21 07:42:42 -07:00
parent 615ae5c36f
commit d0ca2f9228
75 changed files with 4149 additions and 65 deletions

View File

@@ -10,7 +10,7 @@ import (
"github.com/Sirupsen/logrus"
"github.com/google/btree"
"github.com/kumokit/functions/api/models"
"github.com/kumokit/runner/common"
"github.com/kumokit/functions/api/runner/common"
)
type MemoryMQ struct {