Skip to content
Snippets Groups Projects
Unverified Commit f4210631 authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

feat: go modules support (#2584)

Adds support for updating go modules (found in go.mod) and the accompanying go.sum checksum files.

Limitations:

- github.com modules only (but supports "redirects" to github e.g. by gopkg.in and golang.org)
- skips major upgrades > v1
- no vendoring support

Closes #933, Closes #2578, Closes #2579
parent 7402b9b7
Loading
Showing
with 1291 additions and 1 deletion
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment