Skip to content

Commit

Permalink
Merge pull request #1357 from atc0005/dependabot/go_modules/tools/mas…
Browse files Browse the repository at this point in the history
…ter/github.com/fatih/errwrap-1.6.0

go.mod: bump github.com/fatih/errwrap from 1.5.0 to 1.6.0 in /tools
  • Loading branch information
atc0005 authored Feb 8, 2024
2 parents 1c70e1c + f6f9538 commit afc5ff3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.19

require (
// errwrap - provided as an optional linter
github.com/fatih/errwrap v1.5.0
github.com/fatih/errwrap v1.6.0

// golangci-lint - intended as a primary linter
github.com/golangci/golangci-lint v1.55.2
Expand Down
4 changes: 2 additions & 2 deletions tools/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad/go.m
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs=
github.com/fatih/color v1.15.0/go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw=
github.com/fatih/errwrap v1.5.0 h1:/z6jzrekbYYeJukzq9h3nY+SHREDevEB0vJYC4kE9D0=
github.com/fatih/errwrap v1.5.0/go.mod h1:FXpv2oYhwDEQuC7zFNWUVbF79oUViMgJFvrzdR3IhiE=
github.com/fatih/errwrap v1.6.0 h1:OvAnxNd0jmV7YYSCHBU8zCdepQG8X019hOanCDw+gZQ=
github.com/fatih/errwrap v1.6.0/go.mod h1:gK9SnQPI2m9oGzMrOYa6tZFbdnltBdaSRzUth1SzSe4=
github.com/frankban/quicktest v1.14.4 h1:g2rn0vABPOOXmZUj+vbmUp0lPoXEMuhTpIluN0XL9UY=
github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=
github.com/fsnotify/fsnotify v1.6.0/go.mod h1:sl3t1tCWJFWoRz9R8WJCbQihKKwmorjAbSClcnxKAGw=
Expand Down

0 comments on commit afc5ff3

Please sign in to comment.