changed: server stopping, dial/listen to tcp dial/listen, json rpc encoding to msgpack, info getters for logging ; added keepalive setter to server, etc
This commit is contained in:
10
go.mod
10
go.mod
@@ -2,10 +2,14 @@ module github.com/kindsoldier/dsrpc
|
||||
|
||||
go 1.17
|
||||
|
||||
require github.com/stretchr/testify v1.7.1
|
||||
require (
|
||||
github.com/stretchr/testify v1.8.0
|
||||
github.com/vmihailenco/msgpack/v5 v5.3.5
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.0 // indirect
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
||||
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user