10 lines
266 B
AMPL
10 lines
266 B
AMPL
module github.com/go-pkgz/mongo
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/globalsign/mgo v0.0.0-20180615134936-113d3961e731
|
|
github.com/go-pkgz/lgr v0.2.2
|
|
github.com/stretchr/objx v0.1.1 // indirect
|
|
github.com/stretchr/testify v1.3.0
|
|
)
|