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 (
|
2024-07-09 10:06:15 +00:00
|
|
|
github.com/go-stack/stack v1.8.0 // indirect
|
|
|
|
github.com/gobuffalo/genny v0.1.1 // indirect
|
|
|
|
github.com/gobuffalo/gogen v0.1.1 // indirect
|
|
|
|
github.com/karrick/godirwalk v1.10.3 // indirect
|
2021-08-09 03:20:27 +00:00
|
|
|
github.com/logrusorgru/aurora v2.0.3+incompatible
|
2024-07-09 10:06:15 +00:00
|
|
|
github.com/pelletier/go-toml v1.7.0 // indirect
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
github.com/sirupsen/logrus v1.4.2 // indirect
|
|
|
|
github.com/stretchr/testify v1.6.1 // indirect
|
2022-12-14 08:49:46 +00:00
|
|
|
github.com/thoas/go-funk v0.9.2 // indirect
|
2024-07-09 10:06:15 +00:00
|
|
|
github.com/tidwall/pretty v1.0.0 // indirect
|
|
|
|
go.mongodb.org/mongo-driver v1.16.0
|
|
|
|
golang.org/x/text v0.14.0
|
|
|
|
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
|
2021-08-09 03:20:27 +00:00
|
|
|
)
|