Skip to content

Commit 8a64501

Browse files
authored
Merge pull request #46 from cirello-io/dependabot/go_modules/modernc.org/memory-1.8.2
build(deps): bump modernc.org/memory from 1.8.1 to 1.8.2
2 parents 0d645fc + 942b8a5 commit 8a64501

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect
2424
modernc.org/libc v1.61.7 // indirect
2525
modernc.org/mathutil v1.7.1 // indirect
26-
modernc.org/memory v1.8.1 // indirect
26+
modernc.org/memory v1.8.2 // indirect
2727
modernc.org/strutil v1.2.1 // indirect
2828
modernc.org/token v1.1.0 // indirect
2929
)

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ modernc.org/libc v1.61.7 h1:exz8rasFniviSgh3dH7QBnQHqYh9lolA5hVYfsiwkfo=
118118
modernc.org/libc v1.61.7/go.mod h1:xspSrXRNVSfWfcfqgvZDVe/Hw5kv4FVC6IRfoms5v/0=
119119
modernc.org/mathutil v1.7.1 h1:GCZVGXdaN8gTqB1Mf/usp1Y/hSqgI2vAGGP4jZMCxOU=
120120
modernc.org/mathutil v1.7.1/go.mod h1:4p5IwJITfppl0G4sUEDtCr4DthTaT47/N3aT6MhfgJg=
121-
modernc.org/memory v1.8.1 h1:HS1HRg1jEohnuONobEq2WrLEhLyw8+J42yLFTnllm2A=
122-
modernc.org/memory v1.8.1/go.mod h1:ZbjSvMO5NQ1A2i3bWeDiVMxIorXwdClKE/0SZ+BMotU=
121+
modernc.org/memory v1.8.2 h1:cL9L4bcoAObu4NkxOlKWBWtNHIsnnACGF/TbqQ6sbcI=
122+
modernc.org/memory v1.8.2/go.mod h1:ZbjSvMO5NQ1A2i3bWeDiVMxIorXwdClKE/0SZ+BMotU=
123123
modernc.org/opt v0.1.4 h1:2kNGMRiUjrp4LcaPuLY2PzUfqM/w9N23quVwhKt5Qm8=
124124
modernc.org/opt v0.1.4/go.mod h1:03fq9lsNfvkYSfxrfUhZCWPk1lm4cq4N+Bh//bEtgns=
125125
modernc.org/sortutil v1.2.1 h1:+xyoGf15mM3NMlPDnFqrteY07klSFxLElE2PVuWIJ7w=

vendor/modernc.org/memory/AUTHORS

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

vendor/modernc.org/memory/CONTRIBUTORS

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

vendor/modernc.org/memory/mmap_windows.go

+2-2
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
@@ -82,7 +82,7 @@ modernc.org/libc/wctype
8282
# modernc.org/mathutil v1.7.1
8383
## explicit; go 1.21
8484
modernc.org/mathutil
85-
# modernc.org/memory v1.8.1
85+
# modernc.org/memory v1.8.2
8686
## explicit; go 1.21
8787
modernc.org/memory
8888
# modernc.org/sqlite v1.33.1

0 commit comments

Comments
 (0)