Skip to content

Commit 0a025ff

Browse files
authored
Merge pull request #2028 from ecordell/cobrabump
bump cobrautil for automaxprocs fix
2 parents d4ef8e1 + ba208e9 commit 0a025ff

File tree

3 files changed

+216
-1
lines changed

3 files changed

+216
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ require (
5454
github.com/jackc/pgx-zerolog v0.0.0-20230315001418-f978528409eb
5555
github.com/jackc/pgx/v5 v5.6.0
5656
github.com/johannesboyne/gofakes3 v0.0.0-20230914150226-f005f5cc03aa
57-
github.com/jzelinskie/cobrautil/v2 v2.0.0-20240813173937-98b79ae0b499
57+
github.com/jzelinskie/cobrautil/v2 v2.0.0-20240816002907-ef0e64d7f25b
5858
github.com/jzelinskie/persistent v0.0.0-20230816160542-1205ef8f0e15
5959
github.com/jzelinskie/stringz v0.0.3
6060
github.com/lthibault/jitterbug v2.0.0+incompatible

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -1248,6 +1248,8 @@ github.com/jung-kurt/gofpdf v1.0.0/go.mod h1:7Id9E/uU8ce6rXgefFLlgrJj/GYY22cpxn+
12481248
github.com/jung-kurt/gofpdf v1.0.3-0.20190309125859-24315acbbda5/go.mod h1:7Id9E/uU8ce6rXgefFLlgrJj/GYY22cpxn+r32jIOes=
12491249
github.com/jzelinskie/cobrautil/v2 v2.0.0-20240813173937-98b79ae0b499 h1:dXbwn1pwooxn2DAnPF3SR7tNPqC6N4VmwftMrapCYng=
12501250
github.com/jzelinskie/cobrautil/v2 v2.0.0-20240813173937-98b79ae0b499/go.mod h1:jsl6cEF6BT3UeQoSLreA7G0sZXemoI5XNqyxzWCohbE=
1251+
github.com/jzelinskie/cobrautil/v2 v2.0.0-20240816002907-ef0e64d7f25b h1:dUjc3twJXVQ7FILS1+KhHilbM7LQwIvVgH4E7h0AwTA=
1252+
github.com/jzelinskie/cobrautil/v2 v2.0.0-20240816002907-ef0e64d7f25b/go.mod h1:jsl6cEF6BT3UeQoSLreA7G0sZXemoI5XNqyxzWCohbE=
12511253
github.com/jzelinskie/persistent v0.0.0-20230816160542-1205ef8f0e15 h1:lFr5Krrc4LESaXK9yW15IQMZ4p2bZGw/+71Z1dV6tuk=
12521254
github.com/jzelinskie/persistent v0.0.0-20230816160542-1205ef8f0e15/go.mod h1:gGiXKQUcSfUdRciTcDSuLGLZLLFSIjt1xNTE90WHDSI=
12531255
github.com/jzelinskie/stringz v0.0.3 h1:0GhG3lVMYrYtIvRbxvQI6zqRTT1P1xyQlpa0FhfUXas=

0 commit comments

Comments
 (0)