Skip to content

Commit 40d03e3

Browse files
committed
Remove unneeded replace pin for sigs.k8s.io/structured-merge-diff (#2338)
Update the root go.mod and remove the replace pin for sigs.k8s.io/structured-merge-diff. It looks like the "// pinned because no tag supports 1.18 yet" message may have also been an artifact of removing the helm replace pin that was previously in place. Signed-off-by: timflannagan <[email protected]> Upstream-repository: operator-lifecycle-manager Upstream-commit: 3eb0d7be413d7c185441cb3fc81dadb2b67706e7
1 parent 07d8722 commit 40d03e3

File tree

1 file changed

+0
-3
lines changed
  • staging/operator-lifecycle-manager

1 file changed

+0
-3
lines changed

staging/operator-lifecycle-manager/go.mod

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,4 @@ replace (
6464
// Patch for a race condition involving metadata-only
6565
// informers until it can be resolved upstream:
6666
sigs.k8s.io/controller-runtime v0.9.2 => github.com/benluddy/controller-runtime v0.9.3-0.20210720171926-9bcb99bd9bd3
67-
68-
// pinned because no tag supports 1.18 yet
69-
sigs.k8s.io/structured-merge-diff => sigs.k8s.io/structured-merge-diff v1.0.1-0.20191108220359-b1b620dd3f06
7067
)

0 commit comments

Comments
 (0)