elastic / go-lumber

Go based lumberjack client and server implementation.
Apache License 2.0
55 stars 36 forks source link

Can we bump up the package version of klauspost/compress in go.mod? #27

Closed shk3 closed 2 years ago

shk3 commented 2 years ago

The current klauspost/compress version is at v1.11.2 (updated 2 years ago), while the latest compress package version is v1.15.9. The newer versions have included quite some optimizations on flate package, which powers the zlib package used by go-lumber.

Furthermore, we might want to just setup a dependabot to update the package version if it's an option for this repository. Some example of setting this up: https://bl.ocks.org/magnetikonline/6f215db058e327905bce66c37f92426c

shk3 commented 2 years ago

Thanks a lot, Andrew!