You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go mod tidy
go: finding module for package gorm.io/plugin/opentelemetry/logging/logrus
go: pkg/tracing imports
gorm.io/plugin/opentelemetry/logging/logrus: module gorm.io/plugin/opentelemetry@latest found (v0.1.10), but does not contain package gorm.io/plugin/opentelemetry/logging/logrus
The text was updated successfully, but these errors were encountered:
#32
It looks like a new mod has been created.
However package path was incorrect in this project.
When importing gorm.io/plugin/opentelemetry/tracing and gorm.io/plugin/opentelemetry/logging/logrus,
And upgrade gorm.io/plugin/opentelemetry to v0.1.9 above
Run go get -u gorm.io/plugin/opentelemetry/logging/logrus
Will see ...reading https://gorm.io/plugin/opentelemetry/logging/logrus?go-get=1: 404 Not Found...
Where is
logging/logrus
The text was updated successfully, but these errors were encountered: