-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
37 lines (33 loc) · 1.36 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
module github.com/ds2-lab/infinibench
go 1.18
// replace github.com/ds2-lab/infinistore => ../infinistore
require (
github.com/ScottMansfield/nanolog v0.2.0
github.com/aws/aws-sdk-go v1.38.38
github.com/buraksezer/consistent v0.9.0
github.com/cespare/xxhash v1.1.0
github.com/ds2-lab/infinistore v1.4.1
github.com/dustin/go-humanize v1.0.0
github.com/go-redis/redis/v8 v8.11.4
github.com/google/uuid v1.2.0
github.com/mason-leap-lab/go-utils v1.3.2
github.com/zhangjyr/hashmap v1.0.2
)
require (
github.com/bsm/pool v0.8.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/dchest/siphash v1.1.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/hidez8891/shm v0.0.0-20200313135933-0ec4df5f28c7 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/jordwest/mock-conn v0.0.0-20180617021051-4896c6bd1641 // indirect
github.com/kelindar/binary v1.0.9 // indirect
github.com/klauspost/cpuid/v2 v2.0.2 // indirect
github.com/klauspost/reedsolomon v1.9.12 // indirect
github.com/mason-leap-lab/redeo v1.1.12 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/orcaman/concurrent-map v1.0.0 // indirect
golang.org/x/sys v0.2.0 // indirect
)