Update graceful import path

This commit is contained in:
Justin Li 2015-04-28 20:32:19 -04:00
parent ae62188711
commit de18172952
8 changed files with 2 additions and 2 deletions

2
Godeps/Godeps.json generated
View file

@ -27,7 +27,7 @@
"Rev": "86044f1c998d49053e13293029414ddb63f3a422" "Rev": "86044f1c998d49053e13293029414ddb63f3a422"
}, },
{ {
"ImportPath": "github.com/stretchr/graceful", "ImportPath": "github.com/tylerb/graceful",
"Comment": "v1-7-g0c01122", "Comment": "v1-7-g0c01122",
"Rev": "0c011221e91b35f488b8818b00ca279929e9ed7d" "Rev": "0c011221e91b35f488b8818b00ca279929e9ed7d"
}, },

View file

@ -12,7 +12,7 @@ import (
"github.com/golang/glog" "github.com/golang/glog"
"github.com/julienschmidt/httprouter" "github.com/julienschmidt/httprouter"
"github.com/stretchr/graceful" "github.com/tylerb/graceful"
"github.com/chihaya/chihaya/config" "github.com/chihaya/chihaya/config"
"github.com/chihaya/chihaya/stats" "github.com/chihaya/chihaya/stats"