-
-
Notifications
You must be signed in to change notification settings - Fork 119
/
go.mod
25 lines (23 loc) · 773 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/buraksezer/olric
go 1.13
require (
github.com/RoaringBitmap/roaring v1.6.0
github.com/buraksezer/consistent v0.10.0
github.com/cespare/xxhash/v2 v2.2.0
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/go-sockaddr v1.0.6
github.com/hashicorp/logutils v1.0.0
github.com/hashicorp/memberlist v0.5.1
github.com/miekg/dns v1.1.45 // indirect
github.com/pkg/errors v0.9.1
github.com/redis/go-redis/v9 v9.2.1
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529
github.com/stretchr/testify v1.8.4
github.com/tidwall/btree v1.7.0
github.com/tidwall/match v1.1.1
github.com/tidwall/redcon v1.6.2
github.com/vmihailenco/msgpack/v5 v5.4.1
golang.org/x/net v0.29.0 // indirect
golang.org/x/sync v0.8.0
gopkg.in/yaml.v2 v2.4.0
)