Skip to content

Commit b927634

Browse files
build(deps): bump modernc.org/strutil from 1.2.0 to 1.2.1
Bumps [modernc.org/strutil](https://gitlab.com/cznic/strutil) from 1.2.0 to 1.2.1. - [Commits](https://gitlab.com/cznic/strutil/compare/v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: modernc.org/strutil dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dbb5fa5 commit b927634

File tree

7 files changed

+23
-11
lines changed

7 files changed

+23
-11
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ require (
2222
golang.org/x/sys v0.28.0 // indirect
2323
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect
2424
modernc.org/libc v1.61.5 // indirect
25-
modernc.org/mathutil v1.7.0 // indirect
25+
modernc.org/mathutil v1.7.1 // indirect
2626
modernc.org/memory v1.8.0 // indirect
27-
modernc.org/strutil v1.2.0 // indirect
27+
modernc.org/strutil v1.2.1 // indirect
2828
modernc.org/token v1.1.0 // indirect
2929
)
3030

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 h1:5D53IMaUuA5InSeMu9eJtlQX
114114
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6/go.mod h1:Qz0X07sNOR1jWYCrJMEnbW/X55x206Q7Vt4mz6/wHp4=
115115
modernc.org/libc v1.61.5 h1:WzsPUvWl2CvsRmk2foyWWHUEUmQ2iW4oFyWOVR0O5ho=
116116
modernc.org/libc v1.61.5/go.mod h1:llBdEGIywhnRgAFuTF+CWaKV8/2bFgACcQZTXhkAuAM=
117-
modernc.org/mathutil v1.7.0 h1:KPlMfpLMs4EXAo8T8JJEkmCT9KP/B4vU1+GaBnDhHQY=
118-
modernc.org/mathutil v1.7.0/go.mod h1:4p5IwJITfppl0G4sUEDtCr4DthTaT47/N3aT6MhfgJg=
117+
modernc.org/mathutil v1.7.1 h1:GCZVGXdaN8gTqB1Mf/usp1Y/hSqgI2vAGGP4jZMCxOU=
118+
modernc.org/mathutil v1.7.1/go.mod h1:4p5IwJITfppl0G4sUEDtCr4DthTaT47/N3aT6MhfgJg=
119119
modernc.org/memory v1.8.0 h1:IqGTL6eFMaDZZhEWwcREgeMXYwmW83LYW8cROZYkg+E=
120120
modernc.org/memory v1.8.0/go.mod h1:XPZ936zp5OMKGWPqbD3JShgd/ZoQ7899TUuQqxY+peU=
121121
modernc.org/opt v0.1.3 h1:3XOZf2yznlhC+ibLltsDGzABUGVx8J6pnFMS3E4dcq4=
@@ -124,7 +124,7 @@ modernc.org/sortutil v1.2.0 h1:jQiD3PfS2REGJNzNCMMaLSp/wdMNieTbKX920Cqdgqc=
124124
modernc.org/sortutil v1.2.0/go.mod h1:TKU2s7kJMf1AE84OoiGppNHJwvB753OYfNl2WRb++Ss=
125125
modernc.org/sqlite v1.33.1 h1:trb6Z3YYoeM9eDL1O8do81kP+0ejv+YzgyFo+Gwy0nM=
126126
modernc.org/sqlite v1.33.1/go.mod h1:pXV2xHxhzXZsgT/RtTFAPY6JJDEvOTcTdwADQCCWD4k=
127-
modernc.org/strutil v1.2.0 h1:agBi9dp1I+eOnxXeiZawM8F4LawKv4NzGWSaLfyeNZA=
128-
modernc.org/strutil v1.2.0/go.mod h1:/mdcBmfOibveCTBxUl5B5l6W+TTH1FXPLHZE6bTosX0=
127+
modernc.org/strutil v1.2.1 h1:UneZBkQA+DX2Rp35KcM69cSsNES9ly8mQWD71HKlOA0=
128+
modernc.org/strutil v1.2.1/go.mod h1:EHkiggD70koQxjVdSBM3JKM7k6L0FbGE5eymy9i3B9A=
129129
modernc.org/token v1.1.0 h1:Xl7Ap9dKaEs5kLoOQeQmPWevfnk/DM5qcLcYlA8ys6Y=
130130
modernc.org/token v1.1.0/go.mod h1:UGzOrNV1mAFSEB63lOFHIpNRUVMvYTc6yu1SMY/XTDM=

vendor/modernc.org/mathutil/Makefile

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modernc.org/mathutil/builder.json

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modernc.org/strutil/Makefile

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modernc.org/strutil/builder.json

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ modernc.org/libc/utime
7979
modernc.org/libc/uuid
8080
modernc.org/libc/uuid/uuid
8181
modernc.org/libc/wctype
82-
# modernc.org/mathutil v1.7.0
82+
# modernc.org/mathutil v1.7.1
8383
## explicit; go 1.21
8484
modernc.org/mathutil
8585
# modernc.org/memory v1.8.0
@@ -89,8 +89,8 @@ modernc.org/memory
8989
## explicit; go 1.20
9090
modernc.org/sqlite
9191
modernc.org/sqlite/lib
92-
# modernc.org/strutil v1.2.0
93-
## explicit; go 1.18
92+
# modernc.org/strutil v1.2.1
93+
## explicit; go 1.21
9494
modernc.org/strutil
9595
# modernc.org/token v1.1.0
9696
## explicit

0 commit comments

Comments
 (0)