mongodb/go.mod

11 lines
223 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
2022-12-14 08:49:46 +00:00
github.com/thoas/go-funk v0.9.2 // indirect
2021-08-09 03:20:27 +00:00
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
)