gotsrpc/example/union/go.mod
2022-03-03 07:46:55 +01:00

12 lines
219 B
Modula-2

module github.com/foomo/gotsrpc/v2/example/union
go 1.16
require (
github.com/davecgh/go-spew v1.1.1
github.com/foomo/gotsrpc/v2 v2.0.0
github.com/pkg/errors v0.9.1
)
replace github.com/foomo/gotsrpc/v2 => ../../