Missing Dependencies
julianrichie opened this issue · 4 comments
julianrichie commented
stanleynguyen commented
Hi @julianrichie, thanks for the question.
Are you using go mod? These 2 deps are declared in our sum file though
Lines 7 to 8 in 43c8181
Lines 13 to 14 in 43c8181
julianrichie commented
no i'm not using go mod at all
stanleynguyen commented
Ah that's why @julianrichie . U gotta go get
this module github.com/go-playground/validator/v10
Does that answer your question?
julianrichie commented
oooo ok, it should be answering my question. thx