2025-06-07 17:42:11 +08:00
|
|
|
module git.pyer.club/kingecg/godocdb
|
|
|
|
|
|
|
|
go 1.23.1
|
2025-06-07 17:52:14 +08:00
|
|
|
|
|
|
|
require (
|
2025-06-07 17:56:45 +08:00
|
|
|
github.com/golang/snappy v0.0.4 // indirect
|
2025-06-07 18:18:03 +08:00
|
|
|
github.com/iancoleman/orderedmap v0.3.0 // indirect
|
2025-06-07 17:52:14 +08:00
|
|
|
github.com/syndtr/goleveldb v1.0.0 // indirect
|
2025-06-07 17:56:45 +08:00
|
|
|
go.mongodb.org/mongo-driver v1.17.4 // indirect
|
2025-06-07 17:52:14 +08:00
|
|
|
)
|