mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-14 03:54:47 +00:00
11 lines
225 B
Modula-2
11 lines
225 B
Modula-2
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
|
|
)
|