forked from mangal/mangal
Sync vendor directory with go.mod #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "marvin/fix-vendor-sync"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fix CI failure: golang.org/x/sync@v0.19.0 was explicitly required in go.mod but not marked as explicit in vendor/modules.txt.
Ran
go mod tidy+go mod vendorto sync the vendor directory.