Problem with Snappy package dependency
Open
- Dominant language
- Go
- Stars
- 25.6k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Description
When upgrade Iris to latest version I got the following errors which prevent me from compiling the project:
```
github.com/kataras/iris/v12 imports
github.com/kataras/iris/v12/context imports
github.com/klauspost/compress/snappy: cannot find module providing package github.com/klauspost/compress/snappy
```
As I check the downstream project `klauspost/compress` it looks like they decided to remove snappy package.
```
Apr 14, 2021 (v1.12.1): snappy package removed. Upstream added as dependency.
```
Contributor guide
Assessment
This issue has not been assessed yet.