Skip to content

Drop unused probe-lab/eth-das-guardian from go.mod#636

Merged
barnabasbusa merged 1 commit intomasterfrom
bbusa/drop-probe-lab-das-guardian
Apr 14, 2026
Merged

Drop unused probe-lab/eth-das-guardian from go.mod#636
barnabasbusa merged 1 commit intomasterfrom
bbusa/drop-probe-lab-das-guardian

Conversation

@barnabasbusa
Copy link
Copy Markdown
Collaborator

Summary

  • Master is already on github.com/ethpandaops/eth-das-guardian v0.1.0 and no source file imports probe-lab/eth-das-guardian anymore.
  • Remove the stale probe-lab/eth-das-guardian v0.2.2 direct require (and the attestantio/go-eth2-client indirect that only it pulled in) via go mod tidy.

Test plan

  • go mod tidy drops exactly the expected entries
  • go build ./services/... ./handlers/...
  • go vet ./services/... ./handlers/api/...
  • grep -ri probe-lab returns zero matches

🤖 Generated with Claude Code

eth-das-guardian is already pinned to ethpandaops/eth-das-guardian
v0.1.0 and no code imports probe-lab/eth-das-guardian anymore. Run
go mod tidy to drop the stale require (and the now-unused indirect
attestantio/go-eth2-client that only probe-lab pulled in).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@barnabasbusa barnabasbusa enabled auto-merge April 14, 2026 08:14
@barnabasbusa barnabasbusa merged commit 0674a19 into master Apr 14, 2026
2 checks passed
@barnabasbusa barnabasbusa deleted the bbusa/drop-probe-lab-das-guardian branch April 14, 2026 08:19
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