Do you want to request a feature or report a bug?
Bug
What is the current behaviour?
Building Tyk locally fails due to an issue with the redis/v9 revision not being found.
What is the expected behaviour?
The build process should complete successfully without errors related to the redis/v9 dependency.
If the current behaviour is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
- Clone the Tyk repository.
- Run
go mod.
- The following error occurs:
go: github.com/TykTechnologies/tyk/internal/redis imports
github.com/redis/go-redis/v9: reading github.com/redis/go-redis/go.mod at revision v9.5.3: unknown revision v9.5.3
Which versions of Tyk are affected by this issue? Did this work in previous versions of Tyk?
This issue is present in the latest version as referenced in this commit:
|
github.com/redis/go-redis/v9 v9.5.3 |
It is unclear if this issue existed in previous versions.
Do you want to request a feature or report a bug?
Bug
What is the current behaviour?
Building Tyk locally fails due to an issue with the
redis/v9revision not being found.What is the expected behaviour?
The build process should complete successfully without errors related to the
redis/v9dependency.If the current behaviour is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
go mod.go: github.com/TykTechnologies/tyk/internal/redis imports github.com/redis/go-redis/v9: reading github.com/redis/go-redis/go.mod at revision v9.5.3: unknown revision v9.5.3Which versions of Tyk are affected by this issue? Did this work in previous versions of Tyk?
This issue is present in the latest version as referenced in this commit:
tyk/go.mod
Line 82 in 1c5a54c
It is unclear if this issue existed in previous versions.