Skip to content

Commit db609e7

Browse files
committed
Replaced imports removed by goimports
1 parent 35b71aa commit db609e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

routers.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import (
2424
"github.com/bmizerany/pat"
2525
// "github.com/daryl/zeus"
2626
"github.com/dimfeld/httptreemux"
27+
"github.com/emicklei/go-restful"
2728
"github.com/gin-gonic/gin"
2829
"github.com/go-martini/martini"
2930
"github.com/go-zoo/bone"
@@ -38,9 +39,11 @@ import (
3839
possumrouter "github.com/mikespook/possum/router"
3940
possumview "github.com/mikespook/possum/view"
4041
"github.com/naoina/denco"
42+
"github.com/naoina/kocha-urlrouter"
4143
_ "github.com/naoina/kocha-urlrouter/doublearray"
4244
"github.com/pilu/traffic"
4345
"github.com/plimble/ace"
46+
"github.com/rcrowley/go-tigertonic"
4447
"github.com/revel/revel"
4548
"github.com/robfig/pathtree"
4649
"github.com/typepress/rivet"

0 commit comments

Comments
 (0)