module github.com/deusdat/arangomigo require ( github.com/arangodb/go-driver v0.0.0-20210427052136-0817df9ff66e github.com/davecgh/go-spew v1.1.1 // indirect github.com/pkg/errors v0.9.1 github.com/stretchr/testify v1.5.1 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect gopkg.in/yaml.v2 v2.4.0 ) go 1.13