Skip to content

Commit

Permalink
update errors dep (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Karn authored May 31, 2022
1 parent 007dd79 commit 5b600a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/go-playground/log/v8
go 1.18

require (
github.com/go-playground/errors/v5 v5.2.2
github.com/go-playground/errors/v5 v5.2.3
github.com/go-playground/pkg/v5 v5.6.0
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/go-playground/errors/v5 v5.2.2 h1:1C8GMFeObklONQn7v7Y09kTrNgibvbS3+eJm3aSUhhQ=
github.com/go-playground/errors/v5 v5.2.2/go.mod h1:DincxRGwraWmq39TZDqtnOtHGOJ+AbNbO0OmBzX6MLw=
github.com/go-playground/errors/v5 v5.2.3 h1:RPxaFHgJZjgk/OFkUcfytJgRQKRINLtueVxgOdnfPpg=
github.com/go-playground/errors/v5 v5.2.3/go.mod h1:DincxRGwraWmq39TZDqtnOtHGOJ+AbNbO0OmBzX6MLw=
github.com/go-playground/pkg/v5 v5.6.0 h1:97YpRFzIcS5NFP2Uzxj8cPYz4zTuwweyXADYcA1KfUQ=
github.com/go-playground/pkg/v5 v5.6.0/go.mod h1:TvZ2nNtNh6VfoNteY9ApA2BXt1ZwJliFZ4hzPAwLS9Y=
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 h1:SrN+KX8Art/Sf4HNj6Zcz06G7VEz+7w9tdXTPOZ7+l4=
Expand Down

0 comments on commit 5b600a0

Please sign in to comment.