Skip to content

Commit

Permalink
Bump to logr v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thockin committed Oct 20, 2021
1 parent 884a571 commit ff1a28c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func ExampleNew() {
// Output:
// example_test.go:35: "level"=0 "msg"="info message with default options"
// example_test.go:36: "msg"="error message with default options" "error"="some error"
// example_test.go:37: "level"=0 "msg"="invalid key" "<non-string-key-2>"="answer"
// example_test.go:37: "level"=0 "msg"="invalid key" "<non-string-key: 42>"="answer"
// example_test.go:38: "level"=0 "msg"="missing value" "answer"="<no-value>"
}

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/go-logr/stdr

go 1.16

require github.com/go-logr/logr v1.1.0
require github.com/go-logr/logr v1.2.0
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github.com/go-logr/logr v1.1.0 h1:nAbevmWlS2Ic4m4+/An5NXkaGqlqpbBgdcuThZxnZyI=
github.com/go-logr/logr v1.1.0/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
github.com/go-logr/logr v1.2.0 h1:QK40JKJyMdUDz+h+xvCsru/bJhvG0UxvePV0ufL/AcE=
github.com/go-logr/logr v1.2.0/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=

0 comments on commit ff1a28c

Please sign in to comment.