iris-contrib / iris-contrib/middleware
[Bug] Does not contain package github.com/klauspost/compress/snappy
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 239
- Forks
- 89
- PR merge metrics
- No merged PRs in 30d
Description
go get github.com/iris-contrib/middleware/jwt@master
go: finding module for package github.com/klauspost/compress/snappy
go: finding module for package github.com/klauspost/compress/snappy
../../pkg/mod/github.com/kataras/iris/v12@v12.2.0-alpha2.0.20210427211137-fa175eb84754/context/compress.go:14:2: module github.com/klauspost/compress@latest found (v1.12.3), but does not contain package github.com/klauspost/compress/snappy
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the failure with go get github.com/iris-contrib/middleware/jwt@master. Then inspect the reported context/compress.go path and the resolved github.com/klauspost/compress version to identify the dependency mismatch. Done means the command completes without the missing snappy package error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100