Skip to content

Commit 4e74ce7

Browse files
committed
fix(deps): update module github.com/dgraph-io/badger/v4 to v4.4.0
Signed-off-by: Mend Renovate <[email protected]>
1 parent 9f807bc commit 4e74ce7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

+2-2
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.3.1
14+
github.com/dgraph-io/badger/v4 v4.4.0
1515
github.com/elastic/go-elasticsearch/v8 v8.15.0
1616
github.com/fsnotify/fsnotify v1.8.0
1717
github.com/go-logr/zapr v1.3.0
@@ -102,6 +102,7 @@ require (
102102
require (
103103
github.com/antchfx/xmlquery v1.4.2 // indirect
104104
github.com/antchfx/xpath v1.3.2 // indirect
105+
github.com/dgraph-io/ristretto/v2 v2.0.0 // indirect
105106
github.com/ebitengine/purego v0.8.0 // indirect
106107
github.com/expr-lang/expr v1.16.9 // indirect
107108
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/status v0.112.0 // indirect
@@ -122,7 +123,6 @@ require (
122123
github.com/cespare/xxhash/v2 v2.3.0 // indirect
123124
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
124125
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
125-
github.com/dgraph-io/ristretto v1.0.0 // indirect
126126
github.com/dustin/go-humanize v1.0.1 // indirect
127127
github.com/eapache/go-resiliency v1.7.0 // indirect
128128
github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
8484
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
8585
github.com/dennwc/varint v1.0.0 h1:kGNFFSSw8ToIy3obO/kKr8U9GZYUAxQEVuix4zfDWzE=
8686
github.com/dennwc/varint v1.0.0/go.mod h1:hnItb35rvZvJrbTALZtY/iQfDs48JKRG1RPpgziApxA=
87-
github.com/dgraph-io/badger/v4 v4.3.1 h1:7r5wKqmoRpGgSxqa0S/nGdpOpvvzuREGPLSua73C8tw=
88-
github.com/dgraph-io/badger/v4 v4.3.1/go.mod h1:oObz97DImXpd6O/Dt8BqdKLLTDmEmarAimo72VV5whQ=
89-
github.com/dgraph-io/ristretto v1.0.0 h1:SYG07bONKMlFDUYu5pEu3DGAh8c2OFNzKm6G9J4Si84=
90-
github.com/dgraph-io/ristretto v1.0.0/go.mod h1:jTi2FiYEhQ1NsMmA7DeBykizjOuY88NhKBkepyu1jPc=
87+
github.com/dgraph-io/badger/v4 v4.4.0 h1:rA48XiDynZLyMdlaJl67p9+lqfqwxlgKtCpYLAio7Zk=
88+
github.com/dgraph-io/badger/v4 v4.4.0/go.mod h1:sONMmPPfbnj9FPwS/etCqky/ULth6CQJuAZSuWCmixE=
89+
github.com/dgraph-io/ristretto/v2 v2.0.0 h1:l0yiSOtlJvc0otkqyMaDNysg8E9/F/TYZwMbxscNOAQ=
90+
github.com/dgraph-io/ristretto/v2 v2.0.0/go.mod h1:FVFokF2dRqXyPyeMnK1YDy8Fc6aTe0IKgbcd03CYeEk=
9191
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 h1:fAjc9m62+UWV/WAFKLNi6ZS0675eEUC9y3AlwSbQu1Y=
9292
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13/go.mod h1:SqUrOPUnsFjfmXRMNPybcSiG0BgUW2AuFH8PAnS2iTw=
9393
github.com/digitalocean/godo v1.118.0 h1:lkzGFQmACrVCp7UqH1sAi4JK/PWwlc5aaxubgorKmC4=

0 commit comments

Comments
 (0)