audit/go.mod

10 lines
233 B
Modula-2
Raw Normal View History

2021-08-09 04:33:23 +00:00
module github.com/Selly-Modules/audit
go 1.16
require (
2021-08-17 04:03:21 +00:00
github.com/Selly-Modules/logger v0.0.0-20210809034923-140a51f39ec9
2021-08-09 04:33:23 +00:00
github.com/Selly-Modules/mongodb v0.0.0-20210809042025-449f377c954a
go.mongodb.org/mongo-driver v1.7.1
)