File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,10 @@ module github.com/go-logr/zapr
33go 1.16
44
55require (
6- github.com/go-logr/logr v1.2.2
6+ github.com/go-logr/logr v1.2.3
77 github.com/pkg/errors v0.9.1 // indirect
88 github.com/stretchr/testify v1.7.0
99 go.uber.org/zap v1.19.0
1010)
11+
12+ replace github.com/go-logr/logr => github.com/pohly/logr v1.0.1-0.20221123084031-5a74e449aa62
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
1515github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
1616github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
1717github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
18+ github.com/pohly/logr v1.0.1-0.20221123084031-5a74e449aa62 h1:p7Qx96yHKk2MW3Hmrf/VZFnj3UNuv3MQ2vwE/ZyChAs =
19+ github.com/pohly/logr v1.0.1-0.20221123084031-5a74e449aa62 /go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A =
1820github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
1921github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
2022github.com/stretchr/testify v1.4.0 /go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4 =
You can’t perform that action at this time.
0 commit comments