xorpaul / g10k

my r10k fork in Go
Apache License 2.0
125 stars 50 forks source link

remove vendor folder #173

Closed xorpaul closed 3 years ago

xorpaul commented 3 years ago

TravisCI does seem to also check the vendor directory for lint errors/warning and fails if it detected something.

Removing the vendor directory, but keeping the go.mod and go.sum files.

Fixes #172