You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@
10
10
11
11
### Bug Fixes
12
12
13
+
- Fixed issue with Go dependencies caused by removed tag in `openshift/api` repository ([#2466](https://github.com/operator-framework/operator-sdk/issues/2466))
Copy file name to clipboardExpand all lines: test/test-framework/go.mod
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,4 +38,6 @@ replace (
38
38
39
39
replacegithub.com/docker/docker => github.com/moby/mobyv0.7.3-0.20190826074503-38ab9da00309// Required by Helm
40
40
41
+
replacegithub.com/openshift/api => github.com/openshift/apiv0.0.0-20190924102528-32369d4db2ad// Required until https://github.com/operator-framework/operator-lifecycle-manager/pull/1241 is resolved
0 commit comments