Skip to content

fix: correct otelzap import path in pkg/moni#46

Merged
CodeMonkeyCybersecurity merged 1 commit intomainfrom
claude/fix-missing-zap-otelzap-011CUzJZAToeAqXJJPg3iB24
Nov 10, 2025
Merged

fix: correct otelzap import path in pkg/moni#46
CodeMonkeyCybersecurity merged 1 commit intomainfrom
claude/fix-missing-zap-otelzap-011CUzJZAToeAqXJJPg3iB24

Conversation

@CodeMonkeyCybersecurity
Copy link
Owner

Changed import path from incorrect 'go.uber.org/zap/otelzap' to correct 'github.com/uptrace/opentelemetry-go-extra/otelzap' in 4 files:

  • pkg/moni/database.go
  • pkg/moni/ssl.go
  • pkg/moni/verification.go
  • pkg/moni/worker.go

The dependency already exists in go.mod at line 49, but the import paths were using the wrong package name, causing build failures with: "no required module provides package go.uber.org/zap/otelzap"

This resolves the eos self-update build failure.

Changed import path from incorrect 'go.uber.org/zap/otelzap' to correct
'github.com/uptrace/opentelemetry-go-extra/otelzap' in 4 files:
- pkg/moni/database.go
- pkg/moni/ssl.go
- pkg/moni/verification.go
- pkg/moni/worker.go

The dependency already exists in go.mod at line 49, but the import paths
were using the wrong package name, causing build failures with:
"no required module provides package go.uber.org/zap/otelzap"

This resolves the eos self-update build failure.
@CodeMonkeyCybersecurity CodeMonkeyCybersecurity merged commit 67f250a into main Nov 10, 2025
6 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants