-
Notifications
You must be signed in to change notification settings - Fork 175
Expand file tree
/
Copy pathgo.mod
More file actions
18 lines (16 loc) · 722 Bytes
/
Copy pathgo.mod
File metadata and controls
18 lines (16 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module kiteq
go 1.16
require (
github.com/blackbeans/go-uuid v0.0.0-20160524092444-daf034455212
github.com/blackbeans/go-zookeeper v0.0.0-20160315041820-e9ca0f2da2a7
github.com/blackbeans/kiteq-common v0.0.0-20230518154807-df4546f9f853
github.com/blackbeans/logx v0.0.0-20230518151533-7059fbb3d603
github.com/blackbeans/turbo v0.0.0-20230518151841-580b848285bf
github.com/cockroachdb/pebble v0.0.0-20210526183633-dd2a545f5d75
github.com/go-sql-driver/mysql v1.7.1-0.20230308081629-af380e92cd24
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.3
github.com/naoina/go-stringutil v0.1.0 // indirect
github.com/naoina/toml v0.1.0
github.com/valyala/bytebufferpool v1.0.0 // indirect
)