cockroachdb / cockroachdb/cockroach
compression: golang/snappy is archived
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
golang/snappy has been archived and is no longer maintained. The current dependency ([github.com/golang/snappy](github.com/golang/snappy)) won't receive bug fixes or security patches.
[github.com/klauspost/compress/snappy](github.com/klauspost/compress/snappy) is a drop-in replacement that preserves the exact same API.
Jira issue: CRDB-65822
Contributor guide
Research direction
Locate the dependency configuration and all references to github.com/golang/snappy, then compare them with github.com/klauspost/compress/snappy. Update the dependency while preserving the existing API usage, and verify that the relevant Go tests pass with the replacement.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- databases
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100