ACMEz v3 simply replaces zap with slog, for wider compatibility and a thinner dependency tree. Now, this package has no dependencies outside of the standard library and extended standard library.
Zap loggers can still be used as slog handlers by way of the go.uber.org/zap/exp/zapslog
package: slog.New(zapslog.NewHandler(zapLogger.Core())),
What's Changed
- Remove dependency on zap by @jantytgat in #30
New Contributors
- @jantytgat made their first contribution in #30
Full Changelog: v2.0.3...v3.0.0