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 4fe1822679
commit 7b78210ef5
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/server/http
go 1.13
require github.com/micro/go-micro v1.18.0