audit/go.mod

9 lines
165 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 (
github.com/Selly-Modules/mongodb v0.0.0-20210809042025-449f377c954a
go.mongodb.org/mongo-driver v1.7.1
)