google / go-licenses

A lightweight tool to report on the licenses used by a Go package and its dependencies. Highlight! Versioned external URL to licenses can be found at the same time.
Apache License 2.0
790 stars 117 forks source link

Help needed resolving `github.com/otiai10/copy` diamond dependency problem #235

Open MrAlias opened 8 months ago

MrAlias commented 8 months ago

In the v1.9.0 release of that package they introduced breaking changes into their API. This is currently causing build failures for us now that another project (github.com/golangci/golangci-lint) has updated their dependency on this project beyond v1.9.0.

Currently, the latest release of this project depends on v1.6.0. However, on master you depend on v1.10.0.

Can you make a release with this dependency bump?

cmeury commented 5 months ago

This seems to be still an issue. The latest release of go-licenses, 1.6.0, still uses otiai10 1.6.0.

MrAlias commented 2 months ago

Bump. This is still an issue affecting our use of this project.

https://github.com/open-telemetry/opentelemetry-go-instrumentation/actions/runs/8605264294/job/23581173726?pr=741

MrAlias commented 2 months ago

It seems like this was fixed on master you depend on v1.10.0, but those changes were not included in the last release.

Is there some release branch that needs to be updated?

MrAlias commented 2 months ago

It seems like this was fixed on master you depend on v1.10.0, but those changes were not included in the last release.

Is there some release branch that needs to be updated?

Oh, those changes are after the release. Its 2024 ...

It seems like this project is abandoned.