update to go 1.19

This commit is contained in:
2023-02-11 07:55:46 +02:00
parent 59d850da3c
commit 8dc753cd95
3 changed files with 5 additions and 5 deletions

4
go.mod
View File

@@ -1,9 +1,9 @@
module github.com/kindsoldier/dsrpc
go 1.17
go 1.19
require (
github.com/stretchr/testify v1.8.0
github.com/stretchr/testify v1.8.1
github.com/vmihailenco/msgpack/v5 v5.3.5
)