Skip to content

Commit 69d0f81

Browse files
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 #823
1 parent 8000e51 commit 69d0f81

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

sdk/tools/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ require (
1515
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
1616
)
1717

18-
replace github.com/opendecree/decree/api => ../../api
19-
2018
replace github.com/opendecree/decree/sdk/retry => ../retry
2119

2220
replace github.com/opendecree/decree/sdk/adminclient => ../adminclient

0 commit comments

Comments
 (0)