gotsrpc/example/nullable/go.mod
2022-02-17 14:22:15 +01:00

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 => ../../