We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c7d49 commit 13c7ab5Copy full SHA for 13c7ab5
go.mod
@@ -60,4 +60,10 @@ require (
60
gopkg.in/yaml.v3 v3.0.1 // indirect
61
)
62
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
69
replace github.com/vbatts/go-mtree => github.com/cyphar/go-mtree v0.0.0-20250928235313-918fa724e2fe
0 commit comments