Releases: dmgk/modules2tuple
Releases · dmgk/modules2tuple
v2.2.4
- Handle incomplete tag lookups (PR 263161)
v2.2.2
- Try not to add duplicate GH_TUPLE entries when they reference the same account/project/tag
- Handle github.com/docker/docker redirect
v2.2.1
- Disable code.cloudfoundry.org resolver (#249509)
v2.2.0
- Add golang.zx2c4.com/wireguard mirror
- Add google.golang.org/protobuf mirror
v2.1.0
- Add vcs.aletheia.icu/lads/broccoli static mirror
- Fix gotest.tools resolver
- Add launchpad.net/gocheck mirror, relax spec validation
- Handle duplicate project/version by linking
v2.0.0
- support multi-module repositories
- handle version suffixes (
/v2
) automatically
- translate module tags (
v1.2.3
to api/v1.2.3
) using Github API
- generate
post-extract
target to create required symlinks for multi-module repositories
- lookup unknown mirrors online
- automatically handle duplicate
fsnotify
imports
v1.17.1
- Add option to lookup/validate tags using Github API (
-ghtags
flag)
v1.17.0
lookup/validate tags using Github API
v1.16.0
- Add bazil.org and rsc.io mirrors
v1.15.0
- Add honnef.co/go/tools mirror, generalize cloud.google.com handling