Skip to content

Commit 22952b8

Browse files
authored
fix(deps): update module github.com/dgraph-io/badger/v4 to v4.5.1 (jaegertracing#6587)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/dgraph-io/badger/v4](https://redirect.github.com/dgraph-io/badger) | `v4.5.0` -> `v4.5.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fdgraph-io%2fbadger%2fv4/v4.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fdgraph-io%2fbadger%2fv4/v4.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fdgraph-io%2fbadger%2fv4/v4.5.0/v4.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fdgraph-io%2fbadger%2fv4/v4.5.0/v4.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>dgraph-io/badger (github.com/dgraph-io/badger/v4)</summary> ### [`v4.5.1`](https://redirect.github.com/dgraph-io/badger/releases/tag/v4.5.1): Badger v4.5.1 [Compare Source](https://redirect.github.com/dgraph-io/badger/compare/v4.5.0...v4.5.1) #### What's Changed - Fix build for GOARCH=wasm with GOOS=js or GOOS=wasip1 - docs: Add pagination explanation to docs - chore(deps): bump the minor group with 2 updates - chore(deps): bump golang.org/x/net from 0.31.0 to 0.32.0 in the minor group - chore(deps): bump github.com/dgraph-io/ristretto/v2 from 2.0.0 to 2.0.1 in the patch group - chore(deps): bump google.golang.org/protobuf from 1.35.2 to 1.36.0 in the minor group - chore(deps): bump google.golang.org/protobuf from 1.36.0 to 1.36.1 in the patch group - chore(deps): bump the minor group with 2 updates - fix(info): print Total BloomFilter Size with totalBloomFilter instead of totalIndex - chore(deps): bump the minor group with 2 updates - chore(deps): bump google.golang.org/protobuf from 1.36.1 to 1.36.2 in the patch group - feat(info): print total size of listed keys - chore(deps): bump github.com/dgraph-io/ristretto/v2 from 2.0.1 to 2.1.0 in the minor group - chore(deps): bump google.golang.org/protobuf from 1.36.2 to 1.36.3 in the patch group **Full Changelog**: hypermodeinc/badger@v4.5.0...v4.5.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/jaegertracing/jaeger). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFuZ2Vsb2c6ZGVwZW5kZW5jaWVzIl19--> Signed-off-by: Mend Renovate <[email protected]>
1 parent d6ed101 commit 22952b8

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
1212
github.com/bsm/sarama-cluster v2.1.13+incompatible
1313
github.com/crossdock/crossdock-go v0.0.0-20160816171116-049aabb0122b
14-
github.com/dgraph-io/badger/v4 v4.5.0
14+
github.com/dgraph-io/badger/v4 v4.5.1
1515
github.com/elastic/go-elasticsearch/v8 v8.17.0
1616
github.com/fsnotify/fsnotify v1.8.0
1717
github.com/go-logr/zapr v1.3.0
@@ -129,7 +129,7 @@ require (
129129
github.com/cespare/xxhash/v2 v2.3.0 // indirect
130130
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
131131
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
132-
github.com/dgraph-io/ristretto/v2 v2.0.0 // indirect
132+
github.com/dgraph-io/ristretto/v2 v2.1.0 // indirect
133133
github.com/dustin/go-humanize v1.0.1 // indirect
134134
github.com/eapache/go-resiliency v1.7.0 // indirect
135135
github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect
@@ -148,7 +148,7 @@ require (
148148
github.com/goccy/go-json v0.10.4 // indirect
149149
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
150150
github.com/golang/snappy v0.0.4 // indirect
151-
github.com/google/flatbuffers v24.3.25+incompatible // indirect
151+
github.com/google/flatbuffers v24.12.23+incompatible // indirect
152152
github.com/google/uuid v1.6.0 // indirect
153153
github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1 // indirect
154154
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect

go.sum

+6-6
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
110110
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
111111
github.com/dennwc/varint v1.0.0 h1:kGNFFSSw8ToIy3obO/kKr8U9GZYUAxQEVuix4zfDWzE=
112112
github.com/dennwc/varint v1.0.0/go.mod h1:hnItb35rvZvJrbTALZtY/iQfDs48JKRG1RPpgziApxA=
113-
github.com/dgraph-io/badger/v4 v4.5.0 h1:TeJE3I1pIWLBjYhIYCA1+uxrjWEoJXImFBMEBVSm16g=
114-
github.com/dgraph-io/badger/v4 v4.5.0/go.mod h1:ysgYmIeG8dS/E8kwxT7xHyc7MkmwNYLRoYnFbr7387A=
115-
github.com/dgraph-io/ristretto/v2 v2.0.0 h1:l0yiSOtlJvc0otkqyMaDNysg8E9/F/TYZwMbxscNOAQ=
116-
github.com/dgraph-io/ristretto/v2 v2.0.0/go.mod h1:FVFokF2dRqXyPyeMnK1YDy8Fc6aTe0IKgbcd03CYeEk=
113+
github.com/dgraph-io/badger/v4 v4.5.1 h1:7DCIXrQjo1LKmM96YD+hLVJ2EEsyyoWxJfpdd56HLps=
114+
github.com/dgraph-io/badger/v4 v4.5.1/go.mod h1:qn3Be0j3TfV4kPbVoK0arXCD1/nr1ftth6sbL5jxdoA=
115+
github.com/dgraph-io/ristretto/v2 v2.1.0 h1:59LjpOJLNDULHh8MC4UaegN52lC4JnO2dITsie/Pa8I=
116+
github.com/dgraph-io/ristretto/v2 v2.1.0/go.mod h1:uejeqfYXpUomfse0+lO+13ATz4TypQYLJZzBSAemuB4=
117117
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 h1:fAjc9m62+UWV/WAFKLNi6ZS0675eEUC9y3AlwSbQu1Y=
118118
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13/go.mod h1:SqUrOPUnsFjfmXRMNPybcSiG0BgUW2AuFH8PAnS2iTw=
119119
github.com/digitalocean/godo v1.118.0 h1:lkzGFQmACrVCp7UqH1sAi4JK/PWwlc5aaxubgorKmC4=
@@ -232,8 +232,8 @@ github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6
232232
github.com/golang/snappy v0.0.3/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
233233
github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM=
234234
github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
235-
github.com/google/flatbuffers v24.3.25+incompatible h1:CX395cjN9Kke9mmalRoL3d81AtFUxJM+yDthflgJGkI=
236-
github.com/google/flatbuffers v24.3.25+incompatible/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8=
235+
github.com/google/flatbuffers v24.12.23+incompatible h1:ubBKR94NR4pXUCY/MUsRVzd9umNW7ht7EG9hHfS9FX8=
236+
github.com/google/flatbuffers v24.12.23+incompatible/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8=
237237
github.com/google/gnostic-models v0.6.8 h1:yo/ABAfM5IMRsS1VnXjTBvUb61tFIHozhlYvRgGre9I=
238238
github.com/google/gnostic-models v0.6.8/go.mod h1:5n7qKqH0f5wFt+aWF8CW6pZLLNOfYuF5OpfBSENuI8U=
239239
github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M=

0 commit comments

Comments
 (0)