-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
49 lines (46 loc) · 1.88 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
38
39
40
41
42
43
44
45
46
47
48
49
module github.com/maypok86/benchmarks
go 1.21.2
require (
github.com/BurntSushi/toml v1.4.0
github.com/Yiling-J/theine-go v0.5.0
github.com/bluele/gcache v0.0.2
github.com/dgraph-io/ristretto v1.0.0
github.com/dgryski/go-clockpro v0.0.0-20140817124034-edc6d3eeb96e
github.com/dgryski/go-tinylfu v0.0.0-20230408121034-c8e5d79bbb04
github.com/elastic/go-freelru v0.15.0
github.com/go-echarts/go-echarts/v2 v2.4.3
github.com/go-echarts/snapshot-chromedp v0.0.4
github.com/hashicorp/golang-lru/arc/v2 v2.0.7
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/jellydator/ttlcache/v3 v3.3.0
github.com/karlseguin/ccache/v3 v3.0.6
github.com/klauspost/compress v1.17.11
github.com/maypok86/otter v1.2.3
github.com/olekukonko/tablewriter v0.0.5
github.com/pingcap/go-ycsb v1.0.1
github.com/scalalang2/golang-fifo/v2 v2.0.0-20231212012136-274aca942e14
github.com/zeebo/xxh3 v1.0.2
golang.org/x/sync v0.8.0
)
require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/chromedp/cdproto v0.0.0-20240721024200-dac8efcb39ce // indirect
github.com/chromedp/chromedp v0.9.5 // indirect
github.com/chromedp/sysutil v1.0.0 // indirect
github.com/dolthub/maphash v0.1.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/gammazero/deque v0.2.1 // indirect
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/gobwas/ws v1.4.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
github.com/magiconair/properties v1.8.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/pingcap/errors v0.11.5-0.20211224045212-9687c2b0f87c // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
go.uber.org/atomic v1.9.0 // indirect
golang.org/x/sys v0.25.0 // indirect
)