Importing gin-gonic/gin.v1
Closed this issue · 3 comments
mdonnellyli commented
I import the versioned gin framework and its causing I think its causing problems. Any ideas on how to fix?
cannot use "github.com/betacraft/yaag/gin".Document() (type "github.com/gin-gonic/gin".HandlerFunc) as type "placeable.com/audit-service/vendor/gopkg.in/gin-gonic/gin.v1".HandlerFunc in argument to r.Use
distravantari commented
Im experiencing the same issue
aniketawati commented
This is fixed now. Gin's new versioned deps were not updated here.
distravantari commented
yea it seems I forgot to add "github.com/betacraft/yaag/gin" to govendor