Skip to content

Commit 13c7ab5

Browse files
committed
go.mod: add comment for go-mtree replace directive
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
1 parent 75c7d49 commit 13c7ab5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

go.mod

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,10 @@ require (
6060
gopkg.in/yaml.v3 v3.0.1 // indirect
6161
)
6262

63+
// NOTE: This breaks "go install" and so we really need to remove this
64+
// directive as soon as possible. This is needed because we are a waiting for
65+
// upstream to merge the following PRs:
66+
// * https://github.com/vbatts/go-mtree/pull/211
67+
// * https://github.com/vbatts/go-mtree/pull/212
68+
// * https://github.com/vbatts/go-mtree/pull/214
6369
replace github.com/vbatts/go-mtree => github.com/cyphar/go-mtree v0.0.0-20250928235313-918fa724e2fe

0 commit comments

Comments
 (0)