21 lines
716 B
Modula-2
21 lines
716 B
Modula-2
module git.selly.red/Selly-Modules/mongodb
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
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
|
|
github.com/logrusorgru/aurora v2.0.3+incompatible
|
|
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
|
|
github.com/thoas/go-funk v0.9.2 // indirect
|
|
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
|
|
)
|