Skip to content

Commit

Permalink
Upgrade badgerhold to v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ohkinozomu committed Jul 25, 2024
1 parent ae18bfb commit b7476da
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 20 deletions.
9 changes: 6 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ require (
github.com/satori/go.uuid v1.2.0
github.com/segmentio/kafka-go v0.4.47
github.com/stretchr/testify v1.9.0
github.com/timshannon/badgerhold v1.0.0
github.com/timshannon/badgerhold/v4 v4.0.3
github.com/tinylib/msgp v1.1.9
go.etcd.io/bbolt v1.3.9
go.etcd.io/etcd/client/pkg/v3 v3.5.13
Expand All @@ -42,7 +42,6 @@ require (

require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect
github.com/Sereal/Sereal/Go/sereal v0.0.0-20231009093132-b9187f1a92c6 // indirect
github.com/alicebob/gopher-json v0.0.0-20230218143504-906a9b012302 // indirect
github.com/armon/go-metrics v0.4.1 // indirect
Expand All @@ -51,14 +50,17 @@ require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/coreos/go-semver v0.3.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgraph-io/badger v1.6.2 // indirect
github.com/dgraph-io/badger/v4 v4.1.0 // indirect
github.com/dgraph-io/ristretto v0.1.1 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/glog v1.2.1 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/btree v1.1.2 // indirect
github.com/google/flatbuffers v23.5.9+incompatible // indirect
github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-hclog v1.6.3 // indirect
Expand All @@ -84,6 +86,7 @@ require (
github.com/yuin/gopher-lua v1.1.1 // indirect
go.etcd.io/etcd/api/v3 v3.5.13 // indirect
go.etcd.io/etcd/pkg/v3 v3.5.13 // indirect
go.opencensus.io v0.24.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/net v0.24.0 // indirect
Expand Down
Loading

0 comments on commit b7476da

Please sign in to comment.