mirror of
https://github.com/rjNemo/go-microservices-tuto
synced 2026-06-06 02:16:46 +00:00
12 lines
342 B
Modula-2
12 lines
342 B
Modula-2
module github.com/rjNemo/go-micro/products
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/go-openapi/runtime v0.19.20
|
|
github.com/go-playground/universal-translator v0.17.0 // indirect
|
|
github.com/go-playground/validator v9.31.0+incompatible
|
|
github.com/gorilla/handlers v1.4.2
|
|
github.com/gorilla/mux v1.7.4
|
|
github.com/leodido/go-urn v1.2.0 // indirect
|
|
)
|