Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reevaluate go replace for certain packages #581

Open
3 tasks
leochr opened this issue May 3, 2024 · 1 comment
Open
3 tasks

Reevaluate go replace for certain packages #581

leochr opened this issue May 3, 2024 · 1 comment
Assignees

Comments

@leochr
Copy link
Member

leochr commented May 3, 2024

The go.mod includes some replace instructions for certain packages. Evaluate whether they are still needed. If needed, can the versions be moved up?

replace (
	//To resolve license issue - https://github.com/operator-framework/operator-registry/issues/190
	github.com/otiai10/copy => github.com/otiai10/copy v1.0.2
	github.com/otiai10/mint => github.com/otiai10/mint v1.3.0
	github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.11.1
	golang.org/x/text => golang.org/x/text v0.4.0
)

replace github.com/docker/docker => github.com/moby/moby v0.7.3-0.20190826074503-38ab9da00309 // Required by Helm
  • Completed for OLO
  • Completed for RCO
  • Completed for WLO
@kabicin kabicin self-assigned this May 24, 2024
@kabicin
Copy link
Member

kabicin commented Jun 5, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants