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

cloud-api-adaptor uses a package which is not maintained #2241

Open
savitrilh opened this issue Jan 15, 2025 · 1 comment
Open

cloud-api-adaptor uses a package which is not maintained #2241

savitrilh opened this issue Jan 15, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@savitrilh
Copy link

Describe the bug

cloud-api-adaptor uses the package "github.com/pmezard/go-difflib " which is not maintained

This Repository README.md states as below.

go-difflib

THIS PACKAGE IS NO LONGER MAINTAINED.

At this point, I have no longer the time nor the interest to work on go-difflib. I apologize for the inconvenience.

GoDoc

Go-difflib is a partial port of python 3 difflib package. Its main goal was to make unified and context diff available in pure Go, mostly for testing purposes.

The following class and functions (and related tests) have be ported:

SequenceMatcher
unified_diff()
context_diff()

How to reproduce

github.com/pmezard/go-difflib README says that it is not maintained.

CoCo version information

cloud-api-adaptor

What TEE are you seeing the problem on

None

Failing command and relevant log output

his Repository README.md states as below.

go-difflib

THIS PACKAGE IS NO LONGER MAINTAINED.

At this point, I have no longer the time nor the interest to work on go-difflib. I apologize for the inconvenience.

GoDoc

Go-difflib is a partial port of python 3 difflib package. Its main goal was to make unified and context diff available in pure Go, mostly for testing purposes.

The following class and functions (and related tests) have be ported:

    SequenceMatcher
    unified_diff()
    context_diff()
@savitrilh savitrilh added the bug Something isn't working label Jan 15, 2025
@stevenhorsman
Copy link
Member

This is an indirect dependency that we are pulling in from 57? other modules:

$ go mod graph | grep go-difflib
github.com/confidential-containers/cloud-api-adaptor/src/cloud-api-adaptor github.com/pmezard/[email protected]
github.com/Azure/azure-sdk-for-go/sdk/[email protected] github.com/pmezard/[email protected]
github.com/Azure/azure-sdk-for-go/sdk/[email protected] github.com/pmezard/[email protected]
github.com/Azure/azure-sdk-for-go/sdk/[email protected] github.com/pmezard/[email protected]
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/[email protected] github.com/pmezard/[email protected]
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/[email protected] github.com/pmezard/[email protected]
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/[email protected] github.com/pmezard/[email protected]
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/[email protected] github.com/pmezard/[email protected]
github.com/IBM-Cloud/[email protected] github.com/pmezard/[email protected]
github.com/IBM/go-sdk-core/[email protected] github.com/pmezard/[email protected]
github.com/IBM/[email protected] github.com/pmezard/[email protected]
github.com/IBM/[email protected] github.com/pmezard/[email protected]
github.com/avast/retry-go/[email protected] github.com/pmezard/[email protected]
github.com/confidential-containers/cloud-api-adaptor/src/[email protected] github.com/pmezard/[email protected]
github.com/containerd/cgroups/[email protected] github.com/pmezard/[email protected]
github.com/containerd/[email protected] github.com/pmezard/[email protected]
github.com/containerd/[email protected] github.com/pmezard/[email protected]
github.com/go-openapi/[email protected] github.com/pmezard/[email protected]
github.com/go-openapi/[email protected] github.com/pmezard/[email protected]
github.com/go-openapi/[email protected] github.com/pmezard/[email protected]
github.com/kata-containers/kata-containers/src/[email protected] github.com/pmezard/[email protected]
github.com/kdomanski/[email protected] github.com/pmezard/[email protected]
github.com/opencontainers/[email protected] github.com/pmezard/[email protected]
github.com/stretchr/[email protected] github.com/pmezard/[email protected]
github.com/vmware/[email protected] github.com/pmezard/[email protected]
go.opentelemetry.io/contrib/instrumentation/net/http/[email protected] github.com/pmezard/[email protected]
go.opentelemetry.io/[email protected] github.com/pmezard/[email protected]
go.opentelemetry.io/otel/[email protected] github.com/pmezard/[email protected]
go.opentelemetry.io/otel/[email protected] github.com/pmezard/[email protected]
k8s.io/[email protected] github.com/pmezard/[email protected]
k8s.io/[email protected] github.com/pmezard/[email protected]
k8s.io/[email protected] github.com/pmezard/[email protected]
k8s.io/[email protected] github.com/pmezard/[email protected]
k8s.io/[email protected] github.com/pmezard/[email protected]
sigs.k8s.io/kustomize/[email protected] github.com/pmezard/[email protected]
sigs.k8s.io/kustomize/[email protected] github.com/pmezard/[email protected]
tags.cncf.io/[email protected] github.com/pmezard/[email protected]
github.com/stretchr/[email protected] github.com/pmezard/[email protected]
github.com/stretchr/[email protected] github.com/pmezard/[email protected]
github.com/stretchr/[email protected] github.com/pmezard/[email protected]
github.com/stretchr/[email protected] github.com/pmezard/[email protected]
github.com/stretchr/[email protected] github.com/pmezard/[email protected]
github.com/stretchr/[email protected] github.com/pmezard/[email protected]
github.com/stretchr/[email protected] github.com/pmezard/[email protected]
github.com/go-openapi/[email protected] github.com/pmezard/[email protected]
github.com/jmespath/go-jmespath/internal/[email protected] github.com/pmezard/[email protected]
github.com/stretchr/[email protected] github.com/pmezard/[email protected]
github.com/stretchr/[email protected] github.com/pmezard/[email protected]
github.com/stretchr/[email protected] github.com/pmezard/[email protected]
github.com/sirupsen/[email protected] github.com/pmezard/[email protected]
github.com/gobuffalo/[email protected] github.com/pmezard/[email protected]
github.com/markbates/[email protected] github.com/pmezard/[email protected]
github.com/markbates/[email protected] github.com/pmezard/[email protected]
github.com/sirupsen/[email protected] github.com/pmezard/[email protected]
github.com/gobuffalo/[email protected] github.com/pmezard/[email protected]
github.com/gobuffalo/[email protected] github.com/pmezard/[email protected]
github.com/sirupsen/[email protected] github.com/pmezard/[email protected]

so it not something that will be at all easy to update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants