mongodb/go.mod

10 lines
178 B
Modula-2
Raw Normal View History

2022-10-10 03:37:54 +00:00
module git.selly.red/Selly-Modules/mongodb
2021-08-09 03:20:27 +00:00
go 1.16
require (
github.com/logrusorgru/aurora v2.0.3+incompatible
go.mongodb.org/mongo-driver v1.7.1
2021-11-10 09:40:11 +00:00
golang.org/x/text v0.3.7
2021-08-09 03:20:27 +00:00
)