Skip to content

Commit 52f4c9e

Browse files
Update module github.com/alexkohler/prealloc to v1.0.2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cbf2331 commit 52f4c9e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/ProtonMail/go-crypto v1.1.6 // indirect
2121
github.com/alexkohler/dogsled v0.0.0-20240329141207-62bc1f6ce2d0 // indirect
2222
github.com/alexkohler/nakedret/v2 v2.0.5 // indirect
23-
github.com/alexkohler/prealloc v1.0.0 // indirect
23+
github.com/alexkohler/prealloc v1.0.2 // indirect
2424
github.com/alexkohler/unimport v0.0.0-20171106223308-e6f2b2e2d406 // indirect
2525
github.com/bmatcuk/doublestar/v4 v4.9.1 // indirect
2626
github.com/butuzov/ireturn v0.3.1 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ github.com/alexkohler/dogsled v0.0.0-20240329141207-62bc1f6ce2d0 h1:5ztCE6sZbygK
1717
github.com/alexkohler/dogsled v0.0.0-20240329141207-62bc1f6ce2d0/go.mod h1:JKZcwNsCuXMHGReMjwEWL8XLJjcgLm7dtLcBZMEZlDo=
1818
github.com/alexkohler/nakedret/v2 v2.0.5 h1:fP5qLgtwbx9EJE8dGEERT02YwS8En4r9nnZ71RK+EVU=
1919
github.com/alexkohler/nakedret/v2 v2.0.5/go.mod h1:bF5i0zF2Wo2o4X4USt9ntUWve6JbFv02Ff4vlkmS/VU=
20-
github.com/alexkohler/prealloc v1.0.0 h1:Hbq0/3fJPQhNkN0dR95AVrr6R7tou91y0uHG5pOcUuw=
21-
github.com/alexkohler/prealloc v1.0.0/go.mod h1:VetnK3dIgFBBKmg0YnD9F9x6Icjd+9cvfHR56wJVlKE=
20+
github.com/alexkohler/prealloc v1.0.2 h1:MPo8cIkGkZytq7WNH9UHv3DIX1mPz1RatPXnZb0zHWQ=
21+
github.com/alexkohler/prealloc v1.0.2/go.mod h1:fT39Jge3bQrfA7nPMDngUfvUbQGQeJyGQnR+913SCig=
2222
github.com/alexkohler/unimport v0.0.0-20171106223308-e6f2b2e2d406 h1:5qYQDJAjMgBsrql8MGR7d+XNx/r4zH0PWaTq04k9TIA=
2323
github.com/alexkohler/unimport v0.0.0-20171106223308-e6f2b2e2d406/go.mod h1:9v7wjGisFAq6j5hd8fuwm9ZHfiYtlkJSM+3EdDTrVfs=
2424
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be h1:9AeTilPcZAjCFIImctFaOjnTIavg87rW78vTPkQqLI8=

tasks.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ func TaskVet(t *T) error {
326326
"go run fillmore-labs.com/zerolint -level=full ./...",
327327
"go run github.com/alexkohler/dogsled/cmd/dogsled -set_exit_status ./...",
328328
"go run github.com/alexkohler/nakedret/v2/cmd/nakedret -l 0 ./...",
329-
"go run github.com/alexkohler/prealloc -set_exit_status ./...",
329+
"go run github.com/alexkohler/prealloc ./...",
330330
"go run github.com/alexkohler/unimport ./...",
331331
"go run github.com/butuzov/ireturn/cmd/ireturn ./...",
332332
"go run github.com/catenacyber/perfsprint ./...",

0 commit comments

Comments
 (0)