Upgrade go-getter

* Provide a detector for repositories hosted on GitLab.com
* Update github.com/ulikunitz/xz@v0.5.8 for CVE-2020-16845
This commit is contained in:
Yujun Zhang
2020-11-28 19:48:05 +08:00
committed by Yujun Zhang
parent a51e4234c4
commit 485cb3831e
3 changed files with 6 additions and 5 deletions

View File

@@ -80,6 +80,7 @@ func getRemoteTarget(rs *remoteTargetSpec) error {
Mode: getter.ClientModeAny,
Detectors: []getter.Detector{
new(getter.GitHubDetector),
new(getter.GitLabDetector),
new(getter.GitDetector),
new(getter.BitBucketDetector),
},