diff --git a/deprecated.go b/deprecated.go index ca572d76..463cdce3 100644 --- a/deprecated.go +++ b/deprecated.go @@ -1,8 +1,9 @@ package gin import ( - "github.com/gin-gonic/gin/binding" "net/http" + + "github.com/Zaibon/gin/binding" ) // DEPRECATED, use Bind() instead. diff --git a/gin.go b/gin.go index 7258abc7..4ab9d8ee 100644 --- a/gin.go +++ b/gin.go @@ -6,14 +6,15 @@ import ( "encoding/xml" "errors" "fmt" - "github.com/gin-gonic/gin/binding" - "github.com/julienschmidt/httprouter" "html/template" "log" "math" "net/http" "path" "sync" + + "github.com/Zaibon/gin/binding" + "github.com/julienschmidt/httprouter" ) const (