[WIP] Moving test services to this repo

This commit is contained in:
Janos Dobronszki
2020-10-02 15:03:48 +02:00
parent 61fe9c169b
commit 5c6ba0dbcd
49 changed files with 10400 additions and 0 deletions

10
blob-store/go.mod Normal file
View File

@@ -0,0 +1,10 @@
module github.com/micro/micro/test/service/blob-store
go 1.14
replace github.com/micro/micro/v3 => ../../..
require (
github.com/google/uuid v1.1.2
github.com/micro/micro/v3 v3.0.0-beta.3.0.20200913073948-c44509882f8c
)