mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-17 13:24:56 +00:00
Add vendor test service
This commit is contained in:
10
test/vendor/go.mod
vendored
Normal file
10
test/vendor/go.mod
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
module github.com/micro/services/test/vendor
|
||||
|
||||
go 1.13
|
||||
|
||||
replace github.com/micro/services/test/routes => ../routes
|
||||
|
||||
require (
|
||||
github.com/micro/micro/v3 v3.0.0-beta.6.0.20201019094541-f64a46e81eb9
|
||||
github.com/micro/services/test/routes v0.0.0-00010101000000-000000000000
|
||||
)
|
||||
Reference in New Issue
Block a user