go-cache icon indicating copy to clipboard operation
go-cache copied to clipboard

go incompatible version

Open ShubhamSharmaCSE opened this issue 1 year ago • 3 comments

Hi, I am getting incompatible version issue when using this library in my project

github.com/patrickmn/go-cache v2.1.0+incompatible // indirect

More details - https://go.dev/ref/mod#incompatible-versions

Please fix this so I can continue to use this library for my usecase

ShubhamSharmaCSE avatar Apr 03 '24 22:04 ShubhamSharmaCSE

You can check out https://github.com/iqquee/fs-cache. It might help with your use case and if not, you can create an issue with the functionality you want it to have and it would added.

jiyamathias avatar Apr 23 '24 21:04 jiyamathias

Hi, I am getting incompatible version issue when using this library in my project

github.com/patrickmn/go-cache v2.1.0+incompatible // indirect

More details - https://go.dev/ref/mod#incompatible-versions

Please fix this so I can continue to use this library for my usecase

Hi @ShubhamSharmaCSE you can use this implementation https://github.com/pzentenoe/go-cache Regards

pzentenoe avatar Jul 03 '24 07:07 pzentenoe

Hi you can use this implementation https://github.com/pzentenoe/go-cache Regards

pzentenoe avatar Jul 03 '24 07:07 pzentenoe