Added execute single message

This commit is contained in:
2021-09-27 10:23:31 +02:00
parent 2c495aa3e4
commit 7765cb32a9
5 changed files with 22 additions and 17 deletions

1
go.mod
View File

@@ -9,6 +9,7 @@ require (
require (
github.com/google/uuid v1.1.1 // indirect
github.com/twinj/uuid v1.0.0 // indirect
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 // indirect
nhooyr.io/websocket v1.6.5 // indirect
)