go-microservices-tuto/go.mod
2020-07-14 18:46:39 +02:00

11 lines
310 B
Modula-2

module github.com/rjNemo/go-micro
go 1.14
require (
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
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
)