Piotr Biernat
e1019a5ecc
All checks were successful
continuous-integration/drone/push Build is passing
14 lines
332 B
Modula-2
14 lines
332 B
Modula-2
module go-rest-api
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Kamva/mgm/v3 v3.0.1
|
|
github.com/cortesi/modd v0.0.0-20200630120222-8983974e5450
|
|
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
|
|
go.mongodb.org/mongo-driver v1.4.1
|
|
)
|