Skip to content

Remove dead code, upgrade analytics-go#3799

Open
ntner wants to merge 1 commit into
masterfrom
chores-052026
Open

Remove dead code, upgrade analytics-go#3799
ntner wants to merge 1 commit into
masterfrom
chores-052026

Conversation

@ntner
Copy link
Copy Markdown
Contributor

@ntner ntner commented May 24, 2026

Summary

  • Remove dead packages pkg/storage and pkg/logstorage (zero production importers) along with their sole dependency github.com/boltdb/bolt
  • Delete stale .travis.yml (CI runs on GitHub Actions since 2020)
  • Upgrade segmentio/analytics-go from v2 (2016 pinned commit) to v3.3.0, adapting to the new Enqueue-based API and adding nil-guards for the error-returning constructor

Changes

File Change
pkg/storage/ Deleted (dead code)
pkg/logstorage/ Deleted (dead code)
.travis.yml Deleted (stale CI config)
pkg/helpers/helpers.go analytics-go v3 API migration
go.mod / go.sum Drop boltdb, swap analytics-go v2 for v3
vendor/ Remove boltdb, old analytics-go, xtgo/uuid; add analytics-go/v3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant