Skip to content

Commit ac1bd6c

Browse files
chore(deps): bump github.com/dgraph-io/badger/v4 from 4.5.1 to 4.6.0 (#311)
Bumps [github.com/dgraph-io/badger/v4](https://github.com/dgraph-io/badger) from 4.5.1 to 4.6.0. - [Release notes](https://github.com/dgraph-io/badger/releases) - [Changelog](https://github.com/hypermodeinc/badger/blob/main/CHANGELOG.md) - [Commits](hypermodeinc/badger@v4.5.1...v4.6.0) --- updated-dependencies: - dependency-name: github.com/dgraph-io/badger/v4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5727f5b commit ac1bd6c

File tree

2 files changed

+33
-73
lines changed

2 files changed

+33
-73
lines changed

go.mod

+10-6
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/blinklabs-io/adder v0.26.0
77
github.com/blinklabs-io/cardano-models v0.5.0
88
github.com/blinklabs-io/gouroboros v0.113.1
9-
github.com/dgraph-io/badger/v4 v4.5.1
9+
github.com/dgraph-io/badger/v4 v4.6.0
1010
github.com/kelseyhightower/envconfig v1.4.0
1111
github.com/miekg/dns v1.1.63
1212
github.com/prometheus/client_golang v1.21.1
@@ -27,15 +27,16 @@ require (
2727
github.com/dustin/go-humanize v1.0.1 // indirect
2828
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
2929
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
30+
github.com/go-logr/logr v1.4.2 // indirect
31+
github.com/go-logr/stdr v1.2.2 // indirect
3032
github.com/go-playground/locales v0.14.1 // indirect
3133
github.com/go-playground/universal-translator v0.18.1 // indirect
3234
github.com/go-playground/validator/v10 v10.25.0 // indirect
33-
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
34-
github.com/google/flatbuffers v24.12.23+incompatible // indirect
35+
github.com/google/flatbuffers v25.2.10+incompatible // indirect
3536
github.com/gorilla/websocket v1.5.3 // indirect
3637
github.com/jinzhu/copier v0.4.0 // indirect
3738
github.com/jmespath/go-jmespath v0.4.0 // indirect
38-
github.com/klauspost/compress v1.17.11 // indirect
39+
github.com/klauspost/compress v1.18.0 // indirect
3940
github.com/leodido/go-urn v1.4.0 // indirect
4041
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
4142
github.com/pkg/errors v0.9.1 // indirect
@@ -44,13 +45,16 @@ require (
4445
github.com/prometheus/procfs v0.15.1 // indirect
4546
github.com/utxorpc/go-codegen v0.16.0 // indirect
4647
github.com/x448/float16 v0.8.4 // indirect
47-
go.opencensus.io v0.24.0 // indirect
48+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
49+
go.opentelemetry.io/otel v1.34.0 // indirect
50+
go.opentelemetry.io/otel/metric v1.34.0 // indirect
51+
go.opentelemetry.io/otel/trace v1.34.0 // indirect
4852
golang.org/x/crypto v0.36.0 // indirect
4953
golang.org/x/mod v0.18.0 // indirect
5054
golang.org/x/net v0.36.0 // indirect
5155
golang.org/x/sync v0.12.0 // indirect
5256
golang.org/x/sys v0.31.0 // indirect
5357
golang.org/x/text v0.23.0 // indirect
5458
golang.org/x/tools v0.22.0 // indirect
55-
google.golang.org/protobuf v1.36.3 // indirect
59+
google.golang.org/protobuf v1.36.5 // indirect
5660
)

0 commit comments

Comments
 (0)