Skip to content

Commit 5256a2c

Browse files
committed
Update Go module dependencies to latest versions
Upgraded several Go dependencies in `go.mod` and `go.sum` to their latest stable releases. These updates include libraries like `github.com/RoaringBitmap/roaring`, `github.com/cespare/xxhash/v2`, `github.com/redis/go-redis/v9`, and others. This ensures better compatibility, performance, and access to new features.
1 parent 52f33ff commit 5256a2c

File tree

2 files changed

+154
-52
lines changed

2 files changed

+154
-52
lines changed

go.mod

+7-9
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,21 @@ module github.com/buraksezer/olric
33
go 1.13
44

55
require (
6-
github.com/RoaringBitmap/roaring v1.6.0
6+
github.com/RoaringBitmap/roaring v1.9.4
77
github.com/buraksezer/consistent v0.10.0
8-
github.com/cespare/xxhash/v2 v2.2.0
8+
github.com/cespare/xxhash/v2 v2.3.0
99
github.com/hashicorp/go-multierror v1.1.1
10-
github.com/hashicorp/go-sockaddr v1.0.6
10+
github.com/hashicorp/go-sockaddr v1.0.7
1111
github.com/hashicorp/logutils v1.0.0
12-
github.com/hashicorp/memberlist v0.5.1
13-
github.com/miekg/dns v1.1.45 // indirect
12+
github.com/hashicorp/memberlist v0.5.3
1413
github.com/pkg/errors v0.9.1
15-
github.com/redis/go-redis/v9 v9.2.1
14+
github.com/redis/go-redis/v9 v9.7.0
1615
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529
17-
github.com/stretchr/testify v1.8.4
16+
github.com/stretchr/testify v1.10.0
1817
github.com/tidwall/btree v1.7.0
1918
github.com/tidwall/match v1.1.1
2019
github.com/tidwall/redcon v1.6.2
2120
github.com/vmihailenco/msgpack/v5 v5.4.1
22-
golang.org/x/net v0.29.0 // indirect
23-
golang.org/x/sync v0.8.0
21+
golang.org/x/sync v0.11.0
2422
gopkg.in/yaml.v2 v2.4.0
2523
)

0 commit comments

Comments
 (0)