meshery / meshery-adapter-library

Library of common functionality for Meshery Adapters
Apache License 2.0
28 stars 32 forks source link

dependencies cause other adapter hard to update to dependencies. #131

Closed Aisuko closed 11 months ago

Aisuko commented 1 year ago

Description

The common library's dependencies are caused the other adapter repo hard to update the dependencies version. And this needs to be fixed.

go mod tidy
go: finding module for package go.opentelemetry.io/otel/semconv/v1.17.0/httpconv
go: finding module for package github.com/layer5io/meshkit/models/meshmodel
go: finding module for package go.opentelemetry.io/otel/attribute
go: finding module for package go.opentelemetry.io/otel/semconv/v1.17.0
go: github.com/layer5io/meshery-kuma imports
        github.com/layer5io/meshery-adapter-library/adapter imports
        github.com/layer5io/meshkit/models/meshmodel: module github.com/layer5io/meshkit@latest found (v0.6.77), but does not contain package github.com/layer5io/meshkit/models/meshmodel
go: github.com/layer5io/meshery-kuma/kuma imports
        github.com/layer5io/meshkit/utils/kubernetes imports
        helm.sh/helm/v3/pkg/action imports
        helm.sh/helm/v3/pkg/registry imports
        oras.land/oras-go/pkg/auth/docker imports
        github.com/containerd/containerd/remotes/docker imports
        github.com/containerd/containerd/tracing imports
        go.opentelemetry.io/otel/attribute: module go.opentelemetry.io/otel@latest found (v1.19.0, replaced by go.opentelemetry.io/otel@v0.11.0), but does not contain package go.opentelemetry.io/otel/attribute
go: github.com/layer5io/meshery-kuma/kuma imports
        github.com/layer5io/meshkit/utils/kubernetes imports
        helm.sh/helm/v3/pkg/action imports
        helm.sh/helm/v3/pkg/registry imports
        oras.land/oras-go/pkg/auth/docker imports
        github.com/containerd/containerd/remotes/docker imports
        github.com/containerd/containerd/tracing imports
        go.opentelemetry.io/otel/semconv/v1.17.0: module go.opentelemetry.io/otel@latest found (v1.19.0, replaced by go.opentelemetry.io/otel@v0.11.0), but does not contain package go.opentelemetry.io/otel/semconv/v1.17.0
go: github.com/layer5io/meshery-kuma/kuma imports
        github.com/layer5io/meshkit/utils/kubernetes imports
        helm.sh/helm/v3/pkg/action imports
        helm.sh/helm/v3/pkg/registry imports
        oras.land/oras-go/pkg/auth/docker imports
        github.com/containerd/containerd/remotes/docker imports
        github.com/containerd/containerd/tracing imports
        go.opentelemetry.io/otel/semconv/v1.17.0/httpconv: module go.opentelemetry.io/otel@latest found (v1.19.0, replaced by go.opentelemetry.io/otel@v0.11.0), but does not contain package go.opentelemetry.io/otel/semconv/v1.17.0/httpconv

Expected Behavior

Screenshots

Environment:


[Optional] To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

[Optional] Additional Context

Contributor Resources

The meshery.io website uses Jekyll and GitHub Pages. Site content is found under the master branch.

stale[bot] commented 11 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 11 months ago

This issue is being automatically closed due to inactivity. However, you may choose to reopen this issue.