forked from rosedblabs/rosedb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (24 loc) · 797 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
26
27
//module github.com/rosedblabs/rosedb/v2
module Users/qihanzhang/Documents/rosedb
go 1.22
require (
github.com/google/btree v1.1.2
github.com/rosedblabs/wal v1.3.6-0.20230924022528-3202245af020
github.com/valyala/bytebufferpool v1.0.0
github.com/plar/go-adaptive-radix-tree v1.0.5
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/robfig/cron/v3 v3.0.0 // indirect
golang.org/x/sys v0.11.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
require (
github.com/bwmarrin/snowflake v0.3.0
github.com/gofrs/flock v0.8.1
github.com/hashicorp/golang-lru/v2 v2.0.4 // indirect
github.com/stretchr/testify v1.8.4
)