mirror of
https://github.com/foomo/gotsrpc.git
synced 2025-10-16 12:35:35 +00:00
12 lines
248 B
Modula-2
12 lines
248 B
Modula-2
module github.com/foomo/gotsrpc/v2/example/monitor
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/foomo/gotsrpc/v2 v2.0.10
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/valyala/gorpc v0.0.0-20160519171614-908281bef774
|
|
)
|
|
|
|
replace github.com/foomo/gotsrpc/v2 => ../../
|