mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-22 15:25:19 +00:00
[WIP] Moving test services to this repo
This commit is contained in:
10
blob-store/go.mod
Normal file
10
blob-store/go.mod
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user