Skip to content

Commit 7bd7211

Browse files
build(deps): bump modernc.org/mathutil from 1.7.0 to 1.7.1
Bumps [modernc.org/mathutil](https://gitlab.com/cznic/mathutil) from 1.7.0 to 1.7.1. - [Commits](https://gitlab.com/cznic/mathutil/compare/v1.7.0...v1.7.1) --- updated-dependencies: - dependency-name: modernc.org/mathutil dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dbb5fa5 commit 7bd7211

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ 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
2727
modernc.org/strutil v1.2.0 // indirect
2828
modernc.org/token v1.1.0 // indirect

go.sum

+2-2
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=

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/modules.txt

+1-1
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

0 commit comments

Comments
 (0)