mirror of
https://github.com/foomo/gotsrpc.git
synced 2026-04-28 08:34:31 +00:00
24 lines
769 B
Modula-2
24 lines
769 B
Modula-2
module github.com/foomo/gotsrpc/v2/example
|
|
|
|
go 1.26
|
|
|
|
replace github.com/foomo/gotsrpc/v2 => ../
|
|
|
|
require (
|
|
github.com/foomo/gotsrpc/v2 v2.0.0-00010101000000-000000000000
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.11.1
|
|
github.com/valyala/gorpc v0.0.0-20160519171614-908281bef774
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/rogpeppe/go-internal v1.14.1 // indirect
|
|
github.com/ugorji/go/codec v1.3.1 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|