Fix supervisor dependency (#167)

Fixes #164
This commit is contained in:
C Cirello
2016-10-14 13:17:34 +02:00
committed by GitHub
parent d6e31b5d65
commit 6b7886721d
3 changed files with 7 additions and 7 deletions

View File

@@ -7,8 +7,8 @@ import (
"os/signal"
"strings"
"cirello.io/supervisor"
log "github.com/Sirupsen/logrus"
"github.com/ccirello/supervisor"
"github.com/gin-gonic/gin"
"github.com/iron-io/functions/api/datastore"
"github.com/iron-io/functions/api/mqs"