go-microservices-tuto/go.mod
2020-07-19 09:59:59 +02:00

18 lines
616 B
Modula-2

module github.com/rjNemo/go-micro
go 1.14
require (
github.com/go-openapi/errors v0.19.6
github.com/go-openapi/runtime v0.19.19
github.com/go-openapi/strfmt v0.19.5
github.com/go-openapi/swag v0.19.9
github.com/go-openapi/validate v0.19.10
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/go-playground/validator v9.31.0+incompatible
github.com/gorilla/mux v1.7.4
github.com/leodido/go-urn v1.2.0 // indirect
go.mongodb.org/mongo-driver v1.3.5 // indirect
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
)