betacraft/yaag

Importing gin-gonic/gin.v1

Closed this issue · 3 comments

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

Im experiencing the same issue

This is fixed now. Gin's new versioned deps were not updated here.

yea it seems I forgot to add "github.com/betacraft/yaag/gin" to govendor