Fixes error in go_pkg()

This commit is contained in:
Sean Sullivan 2019-11-01 14:35:04 -07:00
parent ad6f30c535
commit fe06de1864

View File

@ -41,7 +41,8 @@ def go_pkg(pkg):
...
)
"""
return go_prefix + "/" + pkg.replace("staging/src/", "vendor/", maxsplit = 1)
count = 1
return go_prefix + "/" + pkg.replace("staging/src/", "vendor/", count)
def openapi_deps():
deps = [