Skip to content

Commit 99794b6

Browse files
committed
Update bone's import path
1 parent f8d269e commit 99794b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ import (
2727
"github.com/emicklei/go-restful"
2828
"github.com/gin-gonic/gin"
2929
"github.com/go-martini/martini"
30+
"github.com/go-zoo/bone"
3031
"github.com/gocraft/web"
3132
"github.com/gorilla/mux"
3233
"github.com/julienschmidt/httprouter"
@@ -40,7 +41,6 @@ import (
4041
"github.com/rcrowley/go-tigertonic"
4142
"github.com/revel/revel"
4243
"github.com/robfig/pathtree"
43-
"github.com/squiidz/bone"
4444
"github.com/typepress/rivet"
4545
goji "github.com/zenazn/goji/web"
4646
)

0 commit comments

Comments
 (0)