Commit 69d0f81
authored
chore(tools): remove dangling replace api => ../../api in go.mod
- The api module is not in sdk/tools' require graph (tools → adminclient → retry). The replace directive lingered because go mod tidy does not prune replace directives.
- Removed the unused directive; go build ./... passes clean.
Closes #8231 parent 8000e51 commit 69d0f81
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
0 commit comments