eko / gocache

☔️ A complete Go cache library that brings you multiple ways of managing your caches
https://vincent.composieux.fr/article/i-wrote-gocache-a-complete-and-extensible-go-cache-library/
MIT License
2.4k stars 193 forks source link

build: upgrade github.com/vmihailenco/msgpack to v5 #220

Closed jaimem88 closed 12 months ago

jaimem88 commented 12 months ago

msgpack is now using modules as of v5+, this PR upgrades the library to the latest version v5.3.5. From the changelog, there are a few breaking changes, however, none of them affect the usage of the library here.

jaimem88 commented 12 months ago
go test ./...
ok      github.com/eko/gocache/lib/v4/cache 1.544s
ok      github.com/eko/gocache/lib/v4/codec 0.828s
ok      github.com/eko/gocache/lib/v4/marshaler 0.587s
ok      github.com/eko/gocache/lib/v4/metrics   1.512s
ok      github.com/eko/gocache/lib/v4/store 1.659s
jaimem88 commented 12 months ago

@eko 👋 would you consider merging this PR?

eko commented 12 months ago

Thank you for this upgrade of msgpack @jaimem88