forked from buraksezer/olric
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
24 lines (22 loc) · 764 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
module github.com/buraksezer/olric
go 1.13
require (
github.com/RoaringBitmap/roaring v1.2.1
github.com/buraksezer/consistent v0.10.0
github.com/cespare/xxhash/v2 v2.1.2
github.com/go-redis/redis/v8 v8.11.5
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/go-sockaddr v1.0.2
github.com/hashicorp/logutils v1.0.0
github.com/hashicorp/memberlist v0.5.0
github.com/miekg/dns v1.1.45 // indirect
github.com/pkg/errors v0.9.1
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529
github.com/stretchr/testify v1.7.0
github.com/tidwall/btree v1.1.0
github.com/tidwall/match v1.1.1
github.com/tidwall/redcon v1.6.2
github.com/vmihailenco/msgpack/v5 v5.3.5
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
gopkg.in/yaml.v2 v2.4.0
)