-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (26 loc) · 879 Bytes
/
Copy pathgo.mod
File metadata and controls
29 lines (26 loc) · 879 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
29
module github.com/baxery/docstore
go 1.24
require (
github.com/gobwas/glob v0.2.3
github.com/gorilla/websocket v1.5.3
github.com/guycipher/btree v1.3.2
github.com/tidwall/gjson v1.18.0
github.com/tidwall/sjson v1.2.5
go.etcd.io/bbolt v1.4.0
modernc.org/kv v1.0.6
)
require (
github.com/edsrzf/mmap-go v1.1.0 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/hashicorp/go-msgpack v0.5.5 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
golang.org/x/sys v0.29.0 // indirect
modernc.org/fileutil v1.1.2 // indirect
modernc.org/internal v1.0.7 // indirect
modernc.org/lldb v1.0.6 // indirect
modernc.org/mathutil v1.5.0 // indirect
modernc.org/sortutil v1.1.1 // indirect
modernc.org/zappy v1.0.8 // indirect
)