Skip to content

Commit 4714915

Browse files
Bump github.com/kisielk/errcheck from 1.8.0 to 1.9.0
Bumps [github.com/kisielk/errcheck](https://github.com/kisielk/errcheck) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/kisielk/errcheck/releases) - [Commits](kisielk/errcheck@v1.8.0...v1.9.0) --- updated-dependencies: - dependency-name: github.com/kisielk/errcheck dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8fdfa6a commit 4714915

File tree

8 files changed

+10
-37
lines changed

8 files changed

+10
-37
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/cppforlife/go-cli-ui v0.0.0-20220428182907-73db60c7611a
1010
github.com/google/go-containerregistry v0.20.6
1111
github.com/hashicorp/go-version v1.6.0
12-
github.com/kisielk/errcheck v1.8.0
12+
github.com/kisielk/errcheck v1.9.0
1313
github.com/spf13/cobra v1.10.1
1414
github.com/stretchr/testify v1.10.0
1515
golang.org/x/sync v0.18.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLf
6161
github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=
6262
github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo=
6363
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
64-
github.com/kisielk/errcheck v1.8.0 h1:ZX/URYa7ilESY19ik/vBmCn6zdGQLxACwjAcWbHlYlg=
65-
github.com/kisielk/errcheck v1.8.0/go.mod h1:1kLL+jV4e+CFfueBmI1dSK2ADDyQnlrnrY/FqKluHJQ=
64+
github.com/kisielk/errcheck v1.9.0 h1:9xt1zI9EBfcYBvdU1nVrzMzzUPUtPKs9bVSIM3TAb3M=
65+
github.com/kisielk/errcheck v1.9.0/go.mod h1:kQxWMMVZgIkDq7U8xtG/n2juOjbLgZtedi0D+/VL/i8=
6666
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
6767
github.com/klauspost/compress v1.18.0 h1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo=
6868
github.com/klauspost/compress v1.18.0/go.mod h1:2Pp+KzxcywXVXMr50+X0Q/Lsb43OQHYWRCY2AiWywWQ=

vendor/github.com/kisielk/errcheck/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/kisielk/errcheck/errcheck/errcheck.go

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/kisielk/errcheck/errcheck/tags.go

Lines changed: 0 additions & 12 deletions
This file was deleted.

vendor/github.com/kisielk/errcheck/errcheck/tags_compat.go

Lines changed: 0 additions & 13 deletions
This file was deleted.

vendor/github.com/kisielk/errcheck/main.go

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ github.com/inconshreveable/mousetrap
8787
# github.com/json-iterator/go v1.1.12
8888
## explicit; go 1.12
8989
github.com/json-iterator/go
90-
# github.com/kisielk/errcheck v1.8.0
91-
## explicit; go 1.18
90+
# github.com/kisielk/errcheck v1.9.0
91+
## explicit; go 1.22.0
9292
github.com/kisielk/errcheck
9393
github.com/kisielk/errcheck/errcheck
9494
# github.com/klauspost/compress v1.18.0

0 commit comments

Comments
 (0)