gin-contrib / cache

Gin middleware/handler to enable Cache
https://gin-gonic.github.io/gin
MIT License
364 stars 95 forks source link

v1.1.0 using unmaintained redigo version #78

Closed Hanggi closed 2 years ago

Hanggi commented 2 years ago
go get github.com/gin-contrib/cache
go: warning: github.com/gomodule/redigo@v2.0.0+incompatible: retracted by module author: Old development version not maintained or published.

https://github.com/gin-contrib/cache/blob/v1.1.0/go.mod#L9

Could you please update go.mod version to master version?

thinkerou commented 2 years ago

@Hanggi the latest version of redigo is v1.8.9, https://github.com/gomodule/redigo/releases, v2.0.0 published on 2018 https://github.com/gomodule/redigo/releases/tag/v2.0.0

so, the issue is not gin. thanks! and, the latest version of gin-contrib/cache is : https://github.com/gin-contrib/cache/releases

Hanggi commented 2 years ago

The latest version solve the issue.

Thank you very much!