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

8
glide.lock generated
View File

@@ -1,8 +1,6 @@
hash: 25de4b7591e695585ed10d0a2b6c6419576f5aab60e28b84f07fb77908eca9e1
updated: 2016-10-13T19:37:24.59686575+02:00
hash: 4acb4372011661fa4731e89ffd27714eb7ca6285a3d53c2f16f87c3a564d4d4e
updated: 2016-10-14T12:52:58.841636657+02:00
imports:
- name: cirello.io/supervisor
version: dd9fbc61e43585f9b73af69d598816902b643fb0
- name: github.com/amir/raidman
version: c74861fe6a7bb8ede0a010ce4485bdbb4fc4c985
subpackages:
@@ -15,6 +13,8 @@ imports:
version: 91c326c3f7bd20f0226d3d1c289dd9f8ce28d33d
subpackages:
- statsd
- name: github.com/ccirello/supervisor
version: 341cd52503c550c397196693601273cc290cf1b4
- name: github.com/cenkalti/backoff
version: 8edc80b07f38c27352fb186d971c628a6c32552b
- name: github.com/dghubble/go-twitter

View File

@@ -37,5 +37,5 @@ import:
version: ^3.1.0
subpackages:
- statsd
- package: cirello.io/supervisor
version: v0.5.0
- package: github.com/ccirello/supervisor
version: v0.5.1

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"