-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
24 lines (21 loc) · 783 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
module github.com/liuzl/q
go 1.18
require (
github.com/liuzl/ds v0.0.0-20241110115610-698361118af0
github.com/liuzl/store v0.0.0-20190530065605-e2dbcd3c77fc
github.com/syndtr/goleveldb v1.0.0
zliu.org/goutil v0.0.0-20241031150925-efd2494eb218
)
require (
github.com/carlmjohnson/requests v0.23.5 // indirect
github.com/eknkc/basex v1.0.1 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/justinas/alice v1.2.0 // indirect
github.com/liuzl/filestore v0.0.0-20200229104338-5ea723a6a528 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/rs/xid v1.4.0 // indirect
github.com/rs/zerolog v1.28.0 // indirect
golang.org/x/net v0.15.0 // indirect
golang.org/x/sys v0.12.0 // indirect
)