Update google.cloud.go to latest (#7199)

This commit is contained in:
Daniel Nelson
2020-03-18 15:30:49 -07:00
committed by GitHub
parent 9fbf288518
commit 4e28e5721b
5 changed files with 229 additions and 15 deletions

View File

@@ -36,6 +36,10 @@ for dep in $(LC_ALL=C sort -u "${tmpdir}/golist"); do
dep=github.com/Azure/go-autorest;;
github.com/Azure/go-autorest/*)
continue;;
# single license for all sub modules
cloud.google.com/go/*)
continue;;
esac
# Remove single and double digit version from path; these are generally not