module go-rest-api go 1.13 require ( github.com/Kamva/mgm/v3 v3.0.1 github.com/cortesi/modd v0.0.0-20210323234521-b35eddab86cc github.com/cortesi/moddwatch v0.0.0-20210323234936-df014e95c743 // indirect github.com/go-playground/validator/v10 v10.3.0 github.com/gorilla/mux v1.8.0 github.com/labstack/echo v3.3.10+incompatible github.com/labstack/echo/v4 v4.1.17 github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect github.com/streadway/amqp v1.0.0 // indirect github.com/stretchr/objx v0.2.0 // indirect go.mongodb.org/mongo-driver v1.4.1 golang.org/x/net v0.0.0-20210329181859-df645c7b52b1 // indirect golang.org/x/sys v0.0.0-20210326220804-49726bf1d181 // indirect golang.org/x/tools v0.0.0-20191202203127-2b6af5f9ace7 // indirect gopkg.in/yaml.v2 v2.2.8 // indirect mvdan.cc/sh v2.6.4+incompatible // indirect )