GoAdminGroup / go-admin

A golang framework helps gopher to build a data visualization and admin panel in ten minutes
https://www.go-admin.com
Apache License 2.0
8.22k stars 1.34k forks source link

Installation issues goadmin #633

Open Ashish-walkingn8mare opened 3 months ago

Ashish-walkingn8mare commented 3 months ago

Description [describe your questions]

There is a conflict in go.opentelemetry.io/otel. My project already imports a library which uses the latest version of go.opentelemetry.io/otel, but goadmin still uses older versions as in go.opentelemetry.io/otel v0.20

Example code [If you have any code info]

go: github.com/Org/project imports github.com/Org/go/metrics imports go.opentelemetry.io/otel/sdk/metric/controller/basic imports go.opentelemetry.io/otel/metric/registry: module go.opentelemetry.io/otel/metric@latest found (v1.28.0), but does not contain package go.opentelemetry.io/otel/metric/registry

Others [screenshots or other info]