Skip to content

Commit c7bd8be

Browse files
authored
Merge pull request #36 from cirello-io/dependabot/go_modules/modernc.org/mathutil-1.7.0
build(deps): bump modernc.org/mathutil from 1.6.0 to 1.7.0
2 parents 2619b62 + e242cee commit c7bd8be

File tree

6 files changed

+57
-56
lines changed

6 files changed

+57
-56
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
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.6.0 // indirect
25+
modernc.org/mathutil v1.7.0 // 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

Lines changed: 2 additions & 2 deletions
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.6.0 h1:fRe9+AmYlaej+64JsEEhoWuAYBkOtQiMEU7n/XgfYi4=
118-
modernc.org/mathutil v1.6.0/go.mod h1:Ui5Q9q1TR2gFm0AQRqQUaBWFLAhQpCwNcuhBOSedWPo=
117+
modernc.org/mathutil v1.7.0 h1:KPlMfpLMs4EXAo8T8JJEkmCT9KP/B4vU1+GaBnDhHQY=
118+
modernc.org/mathutil v1.7.0/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/mathutil.go

Lines changed: 43 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modernc.org/mathutil/rat.go

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modernc.org/mathutil/rnd.go

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ 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.6.0
83-
## explicit; go 1.18
82+
# modernc.org/mathutil v1.7.0
83+
## explicit; go 1.21
8484
modernc.org/mathutil
8585
# modernc.org/memory v1.8.0
8686
## explicit; go 1.18

0 commit comments

Comments
 (0)