mirror of
https://github.com/foomo/gotsrpc.git
synced 2025-10-16 12:35:35 +00:00
14 lines
335 B
Modula-2
14 lines
335 B
Modula-2
module github.com/foomo/gotsrpc/v2/example/basic
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/foomo/gotsrpc/v2 v2.0.10
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/valyala/gorpc v0.0.0-20160519171614-908281bef774
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
)
|
|
|
|
replace github.com/foomo/gotsrpc/v2 => ../../
|