Skip to content

Commit 3a2d61c

Browse files
committed
internal/task: add oscar submodules to tagx
For golang/go#68873. Change-Id: Ibcd81ec99314819dd5e2faf0c23ae8c33f8a02a7 Reviewed-on: https://go-review.googlesource.com/c/build/+/605316 Reviewed-by: Carlos Amedee <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 9ff3bee commit 3a2d61c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/task/tagx.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,8 @@ func (x *TagXReposTasks) UpdateGoMod(ctx *wf.TaskContext, repo TagRepo, deps []T
398398
case "exp":
399399
dirs = append(dirs, "slog/benchmarks/zap_benchmarks") // A local replace directive as of 2023-09-05.
400400
dirs = append(dirs, "slog/benchmarks/zerolog_benchmarks") // A local replace directive as of 2023-09-05.
401+
case "oscar":
402+
dirs = append(dirs, "internal/gaby", "internal/gcp", "internal/syncdb") // Using a checked-in go.work as of 2024-08-14.
401403
case "telemetry":
402404
dirs = append(dirs, "godev") // A local replace directive as of 2023-09-05.
403405
case "tools":

0 commit comments

Comments
 (0)