audit/go.mod

26 lines
861 B
Modula-2

module git.selly.red/Selly-Modules/audit
go 1.19
require (
git.selly.red/Selly-Modules/mongodb v1.0.6-0.20240709100615-2bc4002eae85
go.mongodb.org/mongo-driver v1.16.0
)
require (
github.com/golang/snappy v0.0.4 // indirect
github.com/klauspost/compress v1.15.11 // indirect
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
github.com/montanaflynn/stats v0.7.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/stretchr/testify v1.8.0 // indirect
github.com/thoas/go-funk v0.9.2 // indirect
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
github.com/xdg-go/scram v1.1.2 // indirect
github.com/xdg-go/stringprep v1.0.4 // indirect
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/text v0.14.0 // indirect
)