mirror of
https://github.com/rs/zerolog
synced 2026-06-08 17:13:30 +00:00
0d69d7537a
Bumps [github.com/coreos/go-systemd/v22](https://github.com/coreos/go-systemd) from 22.5.0 to 22.6.0. - [Release notes](https://github.com/coreos/go-systemd/releases) - [Commits](https://github.com/coreos/go-systemd/compare/v22.5.0...v22.6.0) --- updated-dependencies: - dependency-name: github.com/coreos/go-systemd/v22 dependency-version: 22.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
16 lines
287 B
Modula-2
16 lines
287 B
Modula-2
module github.com/rs/zerolog
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
github.com/coreos/go-systemd/v22 v22.6.0
|
|
github.com/mattn/go-colorable v0.1.14
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/rs/xid v1.6.0
|
|
)
|
|
|
|
require (
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
golang.org/x/sys v0.29.0 // indirect
|
|
)
|