go.mod per package (#450)

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2020-01-17 14:03:02 +03:00
parent afeda7f642
commit a40e9ee681
2 changed files with 571 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module github.com/micro/go-plugins/broker/service
go 1.13
require github.com/micro/go-micro v1.18.0