Skip to content

Commit

Permalink
Clean up dep url #3
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Jul 2, 2023
1 parent c0669ab commit 9c8ce35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -1000,6 +1000,7 @@ func (task *BuildTask) resolveExternal(specifier string, kind api.ResolveKind) s
args.external.Remove(pkgName)
if stableBuild[pkgName] {
args.alias = map[string]string{}
args.external.Reset()
}
importPath = task.getImportPath(pkg, encodeBuildArgsPrefix(args, pkg, false))
}
Expand Down

0 comments on commit 9c8ce35

Please sign in to comment.