Little refactoring

This commit is contained in:
2023-04-01 00:33:59 +02:00
parent 8b3e722ea5
commit b5b293329e
9 changed files with 179 additions and 30 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/kindsoldier/dsrpc
go 1.19
require (
github.com/stretchr/testify v1.8.1
github.com/stretchr/testify v1.8.2
github.com/vmihailenco/msgpack/v5 v5.3.5
)