Hi, I'm currently working on removing the un-necessary pinned versions from go.mod (see #201)
I have the code working on my local branch but because the vendor directory is checked-in, the size of my PR would be 3k lines.
I believe the best practices recommend to have the vendor directory outside of the repo as go.mod and go.sum provide the locked-in version without having to maintain the vendor directory in the repo