mirror of
https://github.com/gotoeasy/glogcenter.git
synced 2025-09-15 12:58:34 +08:00
11 lines
185 B
Modula-2
11 lines
185 B
Modula-2
module glc
|
|
|
|
go 1.18
|
|
|
|
require github.com/syndtr/goleveldb v1.0.0
|
|
|
|
require (
|
|
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
|
|
github.com/wangbin/jiebago v0.3.2
|
|
)
|