From c8235962f511170fd6d1daf0fe23aa8c4f469e54 Mon Sep 17 00:00:00 2001 From: "cheetah.cat" Date: Tue, 3 Sep 2024 00:08:03 +0200 Subject: [PATCH] changed int16 to uint16 to go with the official spec --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index db8e284..3f7b80d 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module git.cheetah.cat/tetrapack/go-zello-client go 1.21.1 -require github.com/gorilla/websocket v1.5.3 // indirect +require github.com/gorilla/websocket v1.5.3