xendit/xendit-go

Missing Dependencies

julianrichie opened this issue · 4 comments

just started out and having issues with invoice module

Screen Shot 2020-02-29 at 22 16 48

resolved it by installing the dependencies manually

Hi @julianrichie, thanks for the question.
Are you using go mod? These 2 deps are declared in our sum file though

xendit-go/go.sum

Lines 7 to 8 in 43c8181

github.com/go-playground/universal-translator v0.17.0 h1:icxd5fm+REJzpZx7ZfpaD876Lmtgy7VtROAbHHXk8no=
github.com/go-playground/universal-translator v0.17.0/go.mod h1:UkSxE5sNxxRwHyU+Scu5vgOQjsIJAF8j9muTVoKLVtA=

xendit-go/go.sum

Lines 13 to 14 in 43c8181

github.com/leodido/go-urn v1.2.0 h1:hpXL4XnriNwQ/ABnpepYM/1vCLWNDfUNts8dX3xTG6Y=
github.com/leodido/go-urn v1.2.0/go.mod h1:+8+nEpDfqqsY+g338gtMEUOtuK+4dEMhiQEgxpxOKII=

no i'm not using go mod at all

Ah that's why @julianrichie . U gotta go get this module github.com/go-playground/validator/v10
Does that answer your question?

oooo ok, it should be answering my question. thx