Vendor Update #16121

Merged
6543 merged 28 commits from vendor_update into main 2021-06-10 14:44:26 +00:00
6543 commented 2021-06-09 15:52:14 +00:00 (Migrated from github.com)

created by grep 'git' go.mod | grep '\.com' | grep -v indirect | grep -v replace | cut -f 2 | cut -d ' ' -f 1 | while read line; do go get -u "$line"; make vendor; git add .; git commit -S -m "update $line"; done

created by `grep 'git' go.mod | grep '\.com' | grep -v indirect | grep -v replace | cut -f 2 | cut -d ' ' -f 1 | while read line; do go get -u "$line"; make vendor; git add .; git commit -S -m "update $line"; done`
techknowlogick approved these changes 2021-06-09 21:38:12 +00:00
a1012112796 (Migrated from github.com) approved these changes 2021-06-10 14:43:27 +00:00
This repo is archived. You cannot comment on pull requests.
No Milestone
No project
No Assignees
2 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: lunny/gitea#16121
No description provided.