Skip to content

Commit 625c384

Browse files
Bump the go-dependencies group across 2 directories with 5 updates
Bumps the go-dependencies group with 1 update in the / directory: [github.com/riverqueue/river](https://github.com/riverqueue/river). Bumps the go-dependencies group with 1 update in the /riverproui directory: [github.com/riverqueue/river](https://github.com/riverqueue/river). Updates `github.com/riverqueue/river` from 0.35.1 to 0.37.0 - [Release notes](https://github.com/riverqueue/river/releases) - [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md) - [Commits](riverqueue/river@v0.35.1...v0.37.0) Updates `github.com/riverqueue/river/riverdriver` from 0.35.1 to 0.37.0 - [Release notes](https://github.com/riverqueue/river/releases) - [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md) - [Commits](riverqueue/river@v0.35.1...v0.37.0) Updates `github.com/riverqueue/river/riverdriver/riverpgxv5` from 0.35.1 to 0.37.0 - [Release notes](https://github.com/riverqueue/river/releases) - [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md) - [Commits](riverqueue/river@v0.35.1...v0.37.0) Updates `github.com/riverqueue/river/rivershared` from 0.35.1 to 0.37.0 - [Release notes](https://github.com/riverqueue/river/releases) - [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md) - [Commits](riverqueue/river@v0.35.1...v0.37.0) Updates `github.com/riverqueue/river/rivertype` from 0.35.1 to 0.37.0 - [Release notes](https://github.com/riverqueue/river/releases) - [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md) - [Commits](riverqueue/river@v0.35.1...v0.37.0) Updates `github.com/riverqueue/river` from 0.35.1 to 0.37.0 - [Release notes](https://github.com/riverqueue/river/releases) - [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md) - [Commits](riverqueue/river@v0.35.1...v0.37.0) Updates `github.com/riverqueue/river/riverdriver` from 0.35.1 to 0.37.0 - [Release notes](https://github.com/riverqueue/river/releases) - [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md) - [Commits](riverqueue/river@v0.35.1...v0.37.0) Updates `github.com/riverqueue/river/rivershared` from 0.35.1 to 0.37.0 - [Release notes](https://github.com/riverqueue/river/releases) - [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md) - [Commits](riverqueue/river@v0.35.1...v0.37.0) Updates `github.com/riverqueue/river/rivertype` from 0.35.1 to 0.37.0 - [Release notes](https://github.com/riverqueue/river/releases) - [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md) - [Commits](riverqueue/river@v0.35.1...v0.37.0) --- updated-dependencies: - dependency-name: github.com/riverqueue/river dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/riverqueue/river/riverdriver dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/riverqueue/river/riverdriver/riverpgxv5 dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/riverqueue/river/rivershared dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/riverqueue/river/rivertype dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/riverqueue/river dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/riverqueue/river/riverdriver dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/riverqueue/river/rivershared dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/riverqueue/river/rivertype dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b4052c2 commit 625c384

4 files changed

Lines changed: 42 additions & 42 deletions

File tree

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ toolchain go1.25.7
77
require (
88
github.com/jackc/pgx/v5 v5.9.2
99
github.com/riverqueue/apiframe v0.0.0-20251229202423-2b52ce1c482e
10-
github.com/riverqueue/river v0.35.1
11-
github.com/riverqueue/river/riverdriver v0.35.1
12-
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.35.1
13-
github.com/riverqueue/river/rivershared v0.35.1
14-
github.com/riverqueue/river/rivertype v0.35.1
10+
github.com/riverqueue/river v0.37.0
11+
github.com/riverqueue/river/riverdriver v0.37.0
12+
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.37.0
13+
github.com/riverqueue/river/rivershared v0.37.0
14+
github.com/riverqueue/river/rivertype v0.37.0
1515
github.com/rs/cors v1.11.1
1616
github.com/samber/slog-http v1.12.1
1717
github.com/stretchr/testify v1.11.1
@@ -30,7 +30,7 @@ require (
3030
github.com/jackc/puddle/v2 v2.2.2 // indirect
3131
github.com/leodido/go-urn v1.4.0 // indirect
3232
github.com/pmezard/go-difflib v1.0.0 // indirect
33-
github.com/tidwall/gjson v1.18.0 // indirect
33+
github.com/tidwall/gjson v1.19.0 // indirect
3434
github.com/tidwall/match v1.2.0 // indirect
3535
github.com/tidwall/pretty v1.2.1 // indirect
3636
github.com/tidwall/sjson v1.2.5 // indirect
@@ -40,7 +40,7 @@ require (
4040
golang.org/x/crypto v0.46.0 // indirect
4141
golang.org/x/sync v0.20.0 // indirect
4242
golang.org/x/sys v0.39.0 // indirect
43-
golang.org/x/text v0.36.0 // indirect
43+
golang.org/x/text v0.37.0 // indirect
4444
gopkg.in/yaml.v3 v3.0.1 // indirect
4545
)
4646

go.sum

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
3535
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
3636
github.com/riverqueue/apiframe v0.0.0-20251229202423-2b52ce1c482e h1:OwOgxT3MRpOj5Mp6DhFdZP43FOQOf2hhywAuT5XZCR4=
3737
github.com/riverqueue/apiframe v0.0.0-20251229202423-2b52ce1c482e/go.mod h1:O7UmsAMjpMYuToN4au5GNXdmN1gli+5FTldgXqAfaD0=
38-
github.com/riverqueue/river v0.35.1 h1:TK1LLGRdTWL7ARPbIUB+TqMnTYJ0GiCoy5Q/yEf5yBE=
39-
github.com/riverqueue/river v0.35.1/go.mod h1:jDt0LimObI+5e6FVy7LyuIWfHftmV0wARmiK7W+9D64=
40-
github.com/riverqueue/river/riverdriver v0.35.1 h1:zJx8SaQdMP7zVEfd8SDoe8KjVHCXoXoFfzt6v+SJtQg=
41-
github.com/riverqueue/river/riverdriver v0.35.1/go.mod h1:Y+rQzz0uvh+pQI+mzJh3qgAGGNxestOWgjKa7mob87w=
42-
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.35.1 h1:GL+ztwpXgIqBin/3wNzq8h1/H8befxl61/DlLvVCAAY=
43-
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.35.1/go.mod h1:5Llh5ONCFsW67dLm5+OelSWTKhliQ989JLbVMwyuN2U=
44-
github.com/riverqueue/river/rivershared v0.35.1 h1:XEHf7yj35p5Os5r6K08q9BVaAKsvWhP9hfxEr+MwXqg=
45-
github.com/riverqueue/river/rivershared v0.35.1/go.mod h1:YqVk7bZoojLsx58kyQ6ZU2FHP91HP4whVj6MTCtih/c=
46-
github.com/riverqueue/river/rivertype v0.35.1 h1:7SfjZ3Hkr7gRjItMHAUzJBAHIqx41yS/4yjVPQVtNfM=
47-
github.com/riverqueue/river/rivertype v0.35.1/go.mod h1:D1Ad+EaZiaXbQbJcJcfeicXJMBKno0n6UcfKI5Q7DIQ=
38+
github.com/riverqueue/river v0.37.0 h1:H7XGinFikesDOQ+SOGOIvG08aoPdQNvpHHueXqqJHDs=
39+
github.com/riverqueue/river v0.37.0/go.mod h1:/XwUepcSte7I7yU75MLz9rZ5yg1Fnl1nVuGjDtkR8Dw=
40+
github.com/riverqueue/river/riverdriver v0.37.0 h1:eqsCm98mEu3vlDQ6HPJnoz8YciZy619NJxZkY3kBtnc=
41+
github.com/riverqueue/river/riverdriver v0.37.0/go.mod h1:qDgQFPYJ1lNlL1M1LH4J8LnikKV1iTxAPMu6Gkahg8k=
42+
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.37.0 h1:ky8euhoLDJv/aHHyCiEzUTUgNM7MlAUU5pCjLA0zx4A=
43+
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.37.0/go.mod h1:Shg7Pws0iEcHdvv8A5vfK83t7NOnm0f/y1/VJCzFvVs=
44+
github.com/riverqueue/river/rivershared v0.37.0 h1:HeTN13wvPJKgsetgu14cWUbn8W+XBSvEoGIQER6yGVw=
45+
github.com/riverqueue/river/rivershared v0.37.0/go.mod h1:B3EaZVnamWKrWmvX1Uyvr5mMIu7+ZKQnOiYDx53WMV8=
46+
github.com/riverqueue/river/rivertype v0.37.0 h1:h01inCs6s0hhXRMTyW4LikUOHHq5o9tXLStVvG4zwfQ=
47+
github.com/riverqueue/river/rivertype v0.37.0/go.mod h1:D1Ad+EaZiaXbQbJcJcfeicXJMBKno0n6UcfKI5Q7DIQ=
4848
github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs=
4949
github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro=
5050
github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ=
@@ -59,8 +59,8 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
5959
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
6060
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
6161
github.com/tidwall/gjson v1.14.2/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
62-
github.com/tidwall/gjson v1.18.0 h1:FIDeeyB800efLX89e5a8Y0BNH+LOngJyGrIWxG2FKQY=
63-
github.com/tidwall/gjson v1.18.0/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
62+
github.com/tidwall/gjson v1.19.0 h1:xwxm7n691Uf3u5OFjzngavjGTh55KX5q/9w9xHW88JU=
63+
github.com/tidwall/gjson v1.19.0/go.mod h1:V37/opeE/JbLUOfH0QTXiNez2l0RUjYUhpT4szFQAfc=
6464
github.com/tidwall/match v1.1.1/go.mod h1:eRSPERbgtNPcGhD8UCthc6PmLEQXEWd3PRB5JTxsfmM=
6565
github.com/tidwall/match v1.2.0 h1:0pt8FlkOwjN2fPt4bIl4BoNxb98gGHN2ObFEDkrfZnM=
6666
github.com/tidwall/match v1.2.0/go.mod h1:eRSPERbgtNPcGhD8UCthc6PmLEQXEWd3PRB5JTxsfmM=
@@ -81,8 +81,8 @@ golang.org/x/sync v0.20.0 h1:e0PTpb7pjO8GAtTs2dQ6jYa5BWYlMuX047Dco/pItO4=
8181
golang.org/x/sync v0.20.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0=
8282
golang.org/x/sys v0.39.0 h1:CvCKL8MeisomCi6qNZ+wbb0DN9E5AATixKsvNtMoMFk=
8383
golang.org/x/sys v0.39.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
84-
golang.org/x/text v0.36.0 h1:JfKh3XmcRPqZPKevfXVpI1wXPTqbkE5f7JA92a55Yxg=
85-
golang.org/x/text v0.36.0/go.mod h1:NIdBknypM8iqVmPiuco0Dh6P5Jcdk8lJL0CUebqK164=
84+
golang.org/x/text v0.37.0 h1:Cqjiwd9eSg8e0QAkyCaQTNHFIIzWtidPahFWR83rTrc=
85+
golang.org/x/text v0.37.0/go.mod h1:a5sjxXGs9hsn/AJVwuElvCAo9v8QYLzvavO5z2PiM38=
8686
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
8787
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
8888
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=

riverproui/go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ require (
88
github.com/google/uuid v1.6.0
99
github.com/jackc/pgx/v5 v5.9.2
1010
github.com/riverqueue/apiframe v0.0.0-20260203020001-b4fe7e4d61bc
11-
github.com/riverqueue/river v0.35.1
12-
github.com/riverqueue/river/riverdriver v0.35.1
13-
github.com/riverqueue/river/rivershared v0.35.1
14-
github.com/riverqueue/river/rivertype v0.35.1
11+
github.com/riverqueue/river v0.37.0
12+
github.com/riverqueue/river/riverdriver v0.37.0
13+
github.com/riverqueue/river/rivershared v0.37.0
14+
github.com/riverqueue/river/rivertype v0.37.0
1515
github.com/stretchr/testify v1.11.1
1616
riverqueue.com/riverpro v0.23.2
1717
riverqueue.com/riverpro/driver v0.23.2
@@ -31,10 +31,10 @@ require (
3131
github.com/jackc/puddle/v2 v2.2.2 // indirect
3232
github.com/leodido/go-urn v1.4.0 // indirect
3333
github.com/pmezard/go-difflib v1.0.0 // indirect
34-
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.35.1 // indirect
34+
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.37.0 // indirect
3535
github.com/rs/cors v1.11.1 // indirect
3636
github.com/samber/slog-http v1.12.1 // indirect
37-
github.com/tidwall/gjson v1.18.0 // indirect
37+
github.com/tidwall/gjson v1.19.0 // indirect
3838
github.com/tidwall/match v1.2.0 // indirect
3939
github.com/tidwall/pretty v1.2.1 // indirect
4040
github.com/tidwall/sjson v1.2.5 // indirect
@@ -44,7 +44,7 @@ require (
4444
golang.org/x/crypto v0.48.0 // indirect
4545
golang.org/x/sync v0.20.0 // indirect
4646
golang.org/x/sys v0.41.0 // indirect
47-
golang.org/x/text v0.36.0 // indirect
47+
golang.org/x/text v0.37.0 // indirect
4848
gopkg.in/yaml.v3 v3.0.1 // indirect
4949
)
5050

riverproui/go.sum

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
3535
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
3636
github.com/riverqueue/apiframe v0.0.0-20260203020001-b4fe7e4d61bc h1:7fUTJWFzsiEuTyv/TAyHMNw+xosUL8X/Oc/N2sIyvGE=
3737
github.com/riverqueue/apiframe v0.0.0-20260203020001-b4fe7e4d61bc/go.mod h1:PRSeMbFN2QJQ9FgJP78W4VVm64YsnyIYpOK+yZpfd+k=
38-
github.com/riverqueue/river v0.35.1 h1:TK1LLGRdTWL7ARPbIUB+TqMnTYJ0GiCoy5Q/yEf5yBE=
39-
github.com/riverqueue/river v0.35.1/go.mod h1:jDt0LimObI+5e6FVy7LyuIWfHftmV0wARmiK7W+9D64=
40-
github.com/riverqueue/river/riverdriver v0.35.1 h1:zJx8SaQdMP7zVEfd8SDoe8KjVHCXoXoFfzt6v+SJtQg=
41-
github.com/riverqueue/river/riverdriver v0.35.1/go.mod h1:Y+rQzz0uvh+pQI+mzJh3qgAGGNxestOWgjKa7mob87w=
42-
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.35.1 h1:GL+ztwpXgIqBin/3wNzq8h1/H8befxl61/DlLvVCAAY=
43-
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.35.1/go.mod h1:5Llh5ONCFsW67dLm5+OelSWTKhliQ989JLbVMwyuN2U=
44-
github.com/riverqueue/river/rivershared v0.35.1 h1:XEHf7yj35p5Os5r6K08q9BVaAKsvWhP9hfxEr+MwXqg=
45-
github.com/riverqueue/river/rivershared v0.35.1/go.mod h1:YqVk7bZoojLsx58kyQ6ZU2FHP91HP4whVj6MTCtih/c=
46-
github.com/riverqueue/river/rivertype v0.35.1 h1:7SfjZ3Hkr7gRjItMHAUzJBAHIqx41yS/4yjVPQVtNfM=
47-
github.com/riverqueue/river/rivertype v0.35.1/go.mod h1:D1Ad+EaZiaXbQbJcJcfeicXJMBKno0n6UcfKI5Q7DIQ=
38+
github.com/riverqueue/river v0.37.0 h1:H7XGinFikesDOQ+SOGOIvG08aoPdQNvpHHueXqqJHDs=
39+
github.com/riverqueue/river v0.37.0/go.mod h1:/XwUepcSte7I7yU75MLz9rZ5yg1Fnl1nVuGjDtkR8Dw=
40+
github.com/riverqueue/river/riverdriver v0.37.0 h1:eqsCm98mEu3vlDQ6HPJnoz8YciZy619NJxZkY3kBtnc=
41+
github.com/riverqueue/river/riverdriver v0.37.0/go.mod h1:qDgQFPYJ1lNlL1M1LH4J8LnikKV1iTxAPMu6Gkahg8k=
42+
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.37.0 h1:ky8euhoLDJv/aHHyCiEzUTUgNM7MlAUU5pCjLA0zx4A=
43+
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.37.0/go.mod h1:Shg7Pws0iEcHdvv8A5vfK83t7NOnm0f/y1/VJCzFvVs=
44+
github.com/riverqueue/river/rivershared v0.37.0 h1:HeTN13wvPJKgsetgu14cWUbn8W+XBSvEoGIQER6yGVw=
45+
github.com/riverqueue/river/rivershared v0.37.0/go.mod h1:B3EaZVnamWKrWmvX1Uyvr5mMIu7+ZKQnOiYDx53WMV8=
46+
github.com/riverqueue/river/rivertype v0.37.0 h1:h01inCs6s0hhXRMTyW4LikUOHHq5o9tXLStVvG4zwfQ=
47+
github.com/riverqueue/river/rivertype v0.37.0/go.mod h1:D1Ad+EaZiaXbQbJcJcfeicXJMBKno0n6UcfKI5Q7DIQ=
4848
github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs=
4949
github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro=
5050
github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ=
@@ -59,8 +59,8 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
5959
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
6060
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
6161
github.com/tidwall/gjson v1.14.2/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
62-
github.com/tidwall/gjson v1.18.0 h1:FIDeeyB800efLX89e5a8Y0BNH+LOngJyGrIWxG2FKQY=
63-
github.com/tidwall/gjson v1.18.0/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
62+
github.com/tidwall/gjson v1.19.0 h1:xwxm7n691Uf3u5OFjzngavjGTh55KX5q/9w9xHW88JU=
63+
github.com/tidwall/gjson v1.19.0/go.mod h1:V37/opeE/JbLUOfH0QTXiNez2l0RUjYUhpT4szFQAfc=
6464
github.com/tidwall/match v1.1.1/go.mod h1:eRSPERbgtNPcGhD8UCthc6PmLEQXEWd3PRB5JTxsfmM=
6565
github.com/tidwall/match v1.2.0 h1:0pt8FlkOwjN2fPt4bIl4BoNxb98gGHN2ObFEDkrfZnM=
6666
github.com/tidwall/match v1.2.0/go.mod h1:eRSPERbgtNPcGhD8UCthc6PmLEQXEWd3PRB5JTxsfmM=
@@ -81,8 +81,8 @@ golang.org/x/sync v0.20.0 h1:e0PTpb7pjO8GAtTs2dQ6jYa5BWYlMuX047Dco/pItO4=
8181
golang.org/x/sync v0.20.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0=
8282
golang.org/x/sys v0.41.0 h1:Ivj+2Cp/ylzLiEU89QhWblYnOE9zerudt9Ftecq2C6k=
8383
golang.org/x/sys v0.41.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
84-
golang.org/x/text v0.36.0 h1:JfKh3XmcRPqZPKevfXVpI1wXPTqbkE5f7JA92a55Yxg=
85-
golang.org/x/text v0.36.0/go.mod h1:NIdBknypM8iqVmPiuco0Dh6P5Jcdk8lJL0CUebqK164=
84+
golang.org/x/text v0.37.0 h1:Cqjiwd9eSg8e0QAkyCaQTNHFIIzWtidPahFWR83rTrc=
85+
golang.org/x/text v0.37.0/go.mod h1:a5sjxXGs9hsn/AJVwuElvCAo9v8QYLzvavO5z2PiM38=
8686
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
8787
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
8888
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=

0 commit comments

Comments
 (0)