github.com/phsym/zeroslog@v0.1.1-0.20240224183259-0b7a5ea94339/go.mod (about) 1 module github.com/phsym/zeroslog 2 3 go 1.21 4 5 require github.com/rs/zerolog v1.31.0 6 7 require ( 8 github.com/mattn/go-colorable v0.1.13 // indirect 9 github.com/mattn/go-isatty v0.0.19 // indirect 10 golang.org/x/sys v0.12.0 // indirect 11 ) 12 13 // This version of rs/zerolog breaks phsym/zeroslog 14 exclude github.com/rs/zerolog v1.32.0 15