mirror of
https://github.com/foomo/gotsrpc.git
synced 2025-10-16 12:35:35 +00:00
18 lines
557 B
Modula-2
18 lines
557 B
Modula-2
module github.com/foomo/gotsrpc
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.3.1 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.2.1
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/ugorji/go/codec v1.1.7
|
|
github.com/valyala/gorpc v0.0.0-20160519171614-908281bef774
|
|
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 // indirect
|
|
golang.org/x/tools v0.0.0-20200211045251-2de505fc5306
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
)
|