gotsrpc/example/nullable/go.mod
2022-03-02 15:18:09 +01:00

12 lines
249 B
Modula-2

module github.com/foomo/gotsrpc/v2/example/nullable
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 => ../../