79393826

Date: 2025-01-28 12:37:35
Score: 2
Natty:
Report link

For cleanly vendoring dependencies I would suggest this:

  1. Delete the vendor folder
  2. go get ./...
  3. go mod tidy
  4. go mod vendor

This helped me fix the inconsistency issue.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: gmg13