tpkeeper/gin-dump

go get result in error

Alam3035 opened this issue · 1 comments

Tried to go get your middleware but it resulted in the following,

go get -u github.com/tpkeeper/gin-dump
go: finding golang.org/x/sys latest
go: finding github.com/gin-contrib/sse latest
go: finding gopkg.in/check.v1 latest
go: extracting github.com/ugorji/go v1.1.4
go: extracting github.com/ugorji/go/codec v0.0.0-20181022190402-e5e69e061d4f
go build github.com/ugorji/go/codec: no Go files in

I do not understand why it is trying to get two version of ugorji/go?

sorry, my mistake, was able to get it after doing go get ./... in my project?