Currently, the repo contains the vendor folder. Which need not be tracked by version control, as Gopkg.toml and Gopkg.lock files are used to track your dependencies. So please remove the vendor folder.
The vendor folder will be created with the same version of dependencies as specified in Gopkg.toml, upon running dep init.
Currently, the repo contains the vendor folder. Which need not be tracked by version control, as
Gopkg.tomlandGopkg.lockfiles are used to track your dependencies. So please remove the vendor folder.The vendor folder will be created with the same version of dependencies as specified in
Gopkg.toml, upon runningdep init.