2020-09-17 18:01:18 +02:00
|
|
|
module go-rest-api
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
2020-09-17 19:16:46 +02:00
|
|
|
require (
|
2020-09-26 22:38:38 +02:00
|
|
|
github.com/Kamva/mgm/v3 v3.0.1
|
2021-03-29 23:58:09 +02:00
|
|
|
github.com/cortesi/modd v0.0.0-20210323234521-b35eddab86cc
|
|
|
|
github.com/cortesi/moddwatch v0.0.0-20210323234936-df014e95c743 // indirect
|
2020-09-26 22:38:38 +02:00
|
|
|
github.com/go-playground/validator/v10 v10.3.0
|
2020-09-17 19:16:46 +02:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2020-09-26 22:38:38 +02:00
|
|
|
github.com/labstack/echo v3.3.10+incompatible
|
|
|
|
github.com/labstack/echo/v4 v4.1.17
|
2021-03-29 23:58:09 +02:00
|
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
2021-03-29 23:34:59 +02:00
|
|
|
github.com/streadway/amqp v1.0.0 // indirect
|
2021-03-29 23:58:09 +02:00
|
|
|
github.com/stretchr/objx v0.2.0 // indirect
|
2020-09-26 22:38:38 +02:00
|
|
|
go.mongodb.org/mongo-driver v1.4.1
|
2021-03-29 23:58:09 +02:00
|
|
|
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
|
2020-09-17 19:16:46 +02:00
|
|
|
)
|