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

Update go replace versions #591

Merged
merged 1 commit into from
Jun 5, 2024
Merged

Update go replace versions #591

merged 1 commit into from
Jun 5, 2024

Conversation

kabicin
Copy link
Member

@kabicin kabicin commented Jun 5, 2024

Updates the version of packages to be replaced in go.mod and removes outdated replace commands.

These packages are no longer used as dependencies

replace (
    github.com/otiai10/copy => github.com/otiai10/copy v1.0.2
    github.com/otiai10/mint => github.com/otiai10/mint v1.3.0
)
replace github.com/docker/docker => github.com/moby/moby v0.7.3-0.20190826074503-38ab9da00309 // Required by Helm

These packages still have dependencies under the replaced version, so they have been updated to a higher version.

github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.11.1
golang.org/x/text => golang.org/x/text v0.4.0

@kabicin kabicin merged commit 673bca7 into main Jun 5, 2024
@kabicin kabicin deleted the go-replace branch June 5, 2024 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants