Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

chore(deps): bump github.com/go-faster/errors from 0.6.1 to 0.7.0 #8

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/fatih/color v1.15.0
github.com/go-faster/errors v0.6.1
github.com/go-faster/errors v0.7.0
github.com/go-faster/schedpolicy v0.2.0
github.com/go-faster/sdk v0.9.2
github.com/go-faster/tetragon/api v0.0.0-20230221120311-06f4d6348dc0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs=
github.com/fatih/color v1.15.0/go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw=
github.com/go-faster/errors v0.6.1 h1:nNIPOBkprlKzkThvS/0YaX8Zs9KewLCOSFQS5BU06FI=
github.com/go-faster/errors v0.6.1/go.mod h1:5MGV2/2T9yvlrbhe9pD9LO5Z/2zCSq2T8j+Jpi2LAyY=
github.com/go-faster/errors v0.7.0 h1:UnD/xusnfUgtEYkgRZohqL2AfmPTwv13NAJwwFFaNYc=
github.com/go-faster/errors v0.7.0/go.mod h1:5ySTjWFiphBs07IKuiL69nxdfd5+fzh1u7FPGZP2quo=
github.com/go-faster/schedpolicy v0.2.0 h1:jc9tk8HDAQfoaQCyMUaT6oBnUzE9maY2Ha+YlV1NvVA=
github.com/go-faster/schedpolicy v0.2.0/go.mod h1:4KNyorSrLVXs9UtFCBD2QWC/wYvBie0210iDlnTzDX4=
github.com/go-faster/sdk v0.9.2 h1:W/Gfxk8xlj0s+DOrFhDv5RWsuiHfvCoJyABeHd3SICo=
Expand Down