File: go.mod

package info (click to toggle)
golang-github-go-logr-zerologr 1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 100 kB
  • sloc: makefile: 2
file content (14 lines) | stat: -rw-r--r-- 297 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module github.com/go-logr/zerologr

go 1.17

require (
	github.com/go-logr/logr v1.2.3
	github.com/rs/zerolog v1.29.0
)

require (
	github.com/mattn/go-colorable v0.1.12 // indirect
	github.com/mattn/go-isatty v0.0.14 // indirect
	golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6 // indirect
)