Skip to content

Commit

Permalink
upgrade errcheck to avoid a crash when encountering pachsql.DB (pachy…
Browse files Browse the repository at this point in the history
  • Loading branch information
jrockway authored Sep 20, 2024
1 parent e96be32 commit 78498af
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 @@ -123,7 +123,7 @@ require github.com/gordonklaus/ineffassign v0.1.0

require github.com/tomarrell/wrapcheck/v2 v2.9.0

require github.com/kisielk/errcheck v1.7.0
require github.com/kisielk/errcheck v1.7.1-0.20240702033320-b832de3f3c5a

require github.com/OpenPeeDeeP/depguard/v2 v2.2.0

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1358,8 +1358,8 @@ github.com/kevinburke/ssh_config v1.2.0/go.mod h1:CT57kijsi8u/K/BOFA39wgDQJ9CxiF
github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q=
github.com/kisielk/errcheck v1.2.0/go.mod h1:/BMXB+zMLi60iA8Vv6Ksmxu/1UDYcXs4uQLJ+jE2L00=
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
github.com/kisielk/errcheck v1.7.0 h1:+SbscKmWJ5mOK/bO1zS60F5I9WwZDWOfRsC4RwfwRV0=
github.com/kisielk/errcheck v1.7.0/go.mod h1:1kLL+jV4e+CFfueBmI1dSK2ADDyQnlrnrY/FqKluHJQ=
github.com/kisielk/errcheck v1.7.1-0.20240702033320-b832de3f3c5a h1:cCXlZJ+36Cs8X74e/iNNSDmoGWBm4sMYzsjjMjcAhOE=
github.com/kisielk/errcheck v1.7.1-0.20240702033320-b832de3f3c5a/go.mod h1:1kLL+jV4e+CFfueBmI1dSK2ADDyQnlrnrY/FqKluHJQ=
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
github.com/klauspost/compress v1.10.3/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs=
github.com/klauspost/compress v1.11.2/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs=
Expand Down

0 comments on commit 78498af

Please sign in to comment.