-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (25 loc) · 832 Bytes
/
go.mod
File metadata and controls
28 lines (25 loc) · 832 Bytes
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
module bmdb
go 1.24.0
require (
github.com/RoaringBitmap/roaring v1.9.4
github.com/antlabs/timer v0.1.4
github.com/bwmarrin/snowflake v0.3.0
github.com/edsrzf/mmap-go v1.2.0
github.com/gofrs/flock v0.12.1
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.11.1
github.com/tidwall/btree v1.8.1
github.com/xujiajun/gorouter v1.2.0
github.com/xujiajun/utils v0.0.0-20220904132955-5f7c5b914235
)
require (
github.com/antlabs/stl v0.0.2 // indirect
github.com/bits-and-blooms/bitset v1.24.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mschoch/smat v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.13.1 // indirect
golang.org/x/sys v0.36.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)